Using StackView for the main area to swap between edit and present
This commit is contained in:
parent
9993542d57
commit
3e646d8728
5 changed files with 44 additions and 21 deletions
|
@ -26,7 +26,7 @@ Item {
|
|||
model: Qt.fontFamilies()
|
||||
implicitWidth: 300
|
||||
editable: true
|
||||
onCurrentIndexChanged: showPassiveNotification(currentText)
|
||||
onCurrentTextChanged: showPassiveNotification(currentText)
|
||||
}
|
||||
Controls.SpinBox {
|
||||
editable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue