diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-19 14:46:37 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-19 14:46:37 +0800 |
commit | 611c3038b4b51564085625f13056784b435d0bc9 (patch) | |
tree | 04329fccc9d1e61e95b50d2672710b4ececa33b7 /DefaultHomeFlickable.ui.qml | |
parent | 836e0e02fddf150d26c29e7f44a1214dc6f69755 (diff) |
Separate header for reuse
Diffstat (limited to 'DefaultHomeFlickable.ui.qml')
-rw-r--r-- | DefaultHomeFlickable.ui.qml | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/DefaultHomeFlickable.ui.qml b/DefaultHomeFlickable.ui.qml index e2f89fe..0e5300f 100644 --- a/DefaultHomeFlickable.ui.qml +++ b/DefaultHomeFlickable.ui.qml @@ -15,34 +15,8 @@ Flickable { right: parent.right } - ToolBar { + HeaderToolBar { Layout.fillWidth: true - RowLayout { - anchors.fill: parent - layoutDirection: Qt.RightToLeft - ToolButton { - onClicked: optionsMenu.open() - Menu { - id: optionsMenu - y: parent.height - Action { - text: qsTr("Edit Profile") - } - Action { - text: qsTr("Account Settings") - } - Action { - text: qsTr("Help") - } - Action { - text: qsTr("Sign Out") - } - Action { - text: qsTr("Dark Mode") - } - } - } - } } Item { |