[qml] Document the new property and how it updates

This commit is contained in:
Adriaan de Groot 2019-08-27 15:54:06 +02:00
parent be5388abcd
commit 03ac0d2cf0
4 changed files with 29 additions and 6 deletions

View file

@ -80,7 +80,13 @@ Item {
property string fontFamily: "Helvetica"
property string codeFontFamily: "Courier New"
property bool activatedInCalamares: false;
// This is set by the C++ part of Calamares when the slideshow
// becomes visible. You can connect it to a timer, or whatever
// else needs to start only when the slideshow becomes visible.
//
// It is used in this example also to keep the keyboard shortcuts
// enabled only while the slideshow is active.
property bool activatedInCalamares: false
// Private API
property int _lastShownSlide: 0