Android UI customizations
This commit is contained in:
parent
c7fd930219
commit
9610c51c30
18 changed files with 260 additions and 48 deletions
|
@ -33,6 +33,7 @@ Rectangle {
|
|||
property alias canClose: dragging.canClose
|
||||
property bool isDialog: false
|
||||
|
||||
property string title: ''
|
||||
property bool hasMenuButton: false
|
||||
property string menuButtonLabel: 'Menu'
|
||||
property string menuButtonIcon: Icons.vellipsis
|
||||
|
@ -49,6 +50,8 @@ Rectangle {
|
|||
width: parent.width
|
||||
height: parent.height - parent.bottomSpacing
|
||||
|
||||
y: platform.toolbarOnTop ? parent.bottomSpacing : 0
|
||||
|
||||
Stacking { id: stacking }
|
||||
|
||||
Dragging {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue