summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TransactionForm.ui.qml16
1 files changed, 16 insertions, 0 deletions
diff --git a/TransactionForm.ui.qml b/TransactionForm.ui.qml
new file mode 100644
index 0000000..763a247
--- /dev/null
+++ b/TransactionForm.ui.qml
@@ -0,0 +1,16 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
+
+ColumnLayout {
+ TextField {
+ }
+ TextField {
+ }
+ TextField {
+ }
+ TextField {
+ }
+ TextField {
+ }
+}