summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/resources/ui/transactions_view.ui
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-22 18:28:32 +0000
committerJoe Carstairs <me@joeac.net>2024-12-22 18:28:32 +0000
commitab3e0439e12dee592a8f6fe2a968e4bb429a60f8 (patch)
treeaff750c6f2eac8a2d6b703a3a75a45cfa52ec0b3 /schist_gtk4_gui/resources/ui/transactions_view.ui
parent4b3821e8bffb6a8e98525ee0a0bc860e5de7da05 (diff)
Adds other views
Diffstat (limited to 'schist_gtk4_gui/resources/ui/transactions_view.ui')
-rw-r--r--schist_gtk4_gui/resources/ui/transactions_view.ui10
1 files changed, 10 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/ui/transactions_view.ui b/schist_gtk4_gui/resources/ui/transactions_view.ui
new file mode 100644
index 0000000..ca864f2
--- /dev/null
+++ b/schist_gtk4_gui/resources/ui/transactions_view.ui
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <template class="SchistTransactionsView" parent="GtkBox">
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Hello, transactions!</property>
+ </object>
+ </child>
+ </template>
+</interface>