From 1de0e3d2338ddf4350adffcae02c5818047eb442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 23 Jun 2021 09:49:32 +0800 Subject: Remove the button to the implementation --- TransactionForm.ui.qml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'TransactionForm.ui.qml') 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 - } } -- cgit v1.2.3