diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 16:35:18 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 16:35:18 +0800 |
commit | 6fdcdb0d2adbee3980593ccf8a7a6b3aaaa3e7e7 (patch) | |
tree | da8a3b65b55112019cbfc0bf05b671c27bdb8b9c /pages | |
parent | 3346e6877683cfb28083222e9bea1486992d7d85 (diff) | |
parent | e92c75d5f89af5f23d28eeb4605ed8be9b2075c2 (diff) |
Merge remote-tracking branch 'github/usrok'
Diffstat (limited to 'pages')
-rw-r--r-- | pages/HomeForm.ui.qml | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 23ac660..c0c95f2 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -46,7 +46,12 @@ Rectangle { verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } - ToolButton {} + ToolButton { + id: profileButton + icon.name: "profile-icon" + icon.source: "/assets/profile-24px.svg" + highlighted: true + } } } @@ -62,27 +67,16 @@ Rectangle { RoundButton { id: roundButton - width: 144 - spacing: 8 + width: 64 height: 64 + display: AbstractButton.IconOnly + spacing: 8 - text: qsTr("New task") padding: 16 - font.capitalization: Font.MixedCase - font.family: "Google Sans" - font.pointSize: 16 - font.weight: Font.Medium - - rightPadding: 24 - leftPadding: 16 - bottomPadding: 16 - topPadding: 16 - autoExclusive: false - focusPolicy: Qt.NoFocus anchors.bottom: parent.bottom - anchors.bottomMargin: 16 + anchors.bottomMargin: 8 anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 8 highlighted: true icon.name: "add-icon" @@ -90,10 +84,9 @@ Rectangle { } } - - - -/*##^## Designer { +/*##^## +Designer { D{i:0;autoSize:true;height:480;width:640} } - ##^##*/ +##^##*/ + |