mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[qml] Document the new property and how it updates
This commit is contained in:
parent
be5388abcd
commit
03ac0d2cf0
4 changed files with 29 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue