diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-23 09:49:32 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-23 09:49:32 +0800 |
commit | 1de0e3d2338ddf4350adffcae02c5818047eb442 (patch) | |
tree | eee5303790fa82ec621676f151cc091a01c17eb4 /TransactionForm.ui.qml | |
parent | d87b6b88bcd852d51d2b2a53aeecdedc28cae8d9 (diff) |
Remove the button to the implementation
Diffstat (limited to 'TransactionForm.ui.qml')
-rw-r--r-- | TransactionForm.ui.qml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/TransactionForm.ui.qml b/TransactionForm.ui.qml index 3e31ca2..37f1847 100644 --- a/TransactionForm.ui.qml +++ b/TransactionForm.ui.qml @@ -1,6 +1,5 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import QtQuick.Controls.Material 2.15 Rectangle { color: "#121212" @@ -39,19 +38,4 @@ Rectangle { font.family: "Roboto Mono" anchors.topMargin: 16 } - - Button { - id: submit - text: "Tagih" - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - font.capitalization: Font.MixedCase - font.family: "Roboto Mono" - anchors.rightMargin: 16 - anchors.leftMargin: 16 - anchors.bottomMargin: 16 - highlighted: true - Material.accent: Material.Grey - } } |