Replace pull menu with header icon; more dialogs
This commit is contained in:
parent
96cbdd4b64
commit
debc6519be
17 changed files with 121 additions and 201 deletions
|
@ -26,7 +26,7 @@ import 'icons/icons.js' as Icons
|
|||
Dialog {
|
||||
id: selectionDialog
|
||||
|
||||
property string title: 'Dialog'
|
||||
property string title: ''
|
||||
property var callback: undefined
|
||||
property var items: ([])
|
||||
property var selectedIndex: -1
|
||||
|
@ -45,6 +45,7 @@ Dialog {
|
|||
|
||||
SlidePageHeader {
|
||||
id: header
|
||||
visible: title != ''
|
||||
color: Constants.colors.highlight
|
||||
title: selectionDialog.title
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue