Android UI customizations

This commit is contained in:
Thomas Perl 2014-11-22 16:19:53 +01:00
parent c7fd930219
commit 9610c51c30
18 changed files with 260 additions and 48 deletions

View file

@ -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 {