summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-24 22:05:32 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-24 22:05:32 +0800
commitf1251b08ee37f44998d5a20e7bfcce5e9c9e1cb5 (patch)
treede458de864a3c1f025c4c9dbde927d249ebf4294 /Home.qml
parent7ed328595cb95c94d70c426953cb5d77ecb512fa (diff)
All forms and icons are moved to Larva
Diffstat (limited to 'Home.qml')
-rw-r--r--Home.qml13
1 files changed, 2 insertions, 11 deletions
diff --git a/Home.qml b/Home.qml
index 369a908..3c670cc 100644
--- a/Home.qml
+++ b/Home.qml
@@ -3,17 +3,8 @@ import QtQuick.Controls 2.12
import "larva/features"
HomeForm {
- menuButton {
- icon.source: "assets/menu-24px.svg"
- onClicked: drawer.open()
- }
-
- titleLabel.text: contentView.currentItem.title
-
- profileButton {
- icon.source: "assets/profile-24px.svg"
- onClicked: pageView.push("Profile.qml")
- }
+ menuButton.onClicked: drawer.open()
+ profileButton.onClicked: pageView.push("Profile.qml")
Drawer {
id: drawer