summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/resources/ui/window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'schist_gtk4_gui/resources/ui/window.ui')
-rw-r--r--schist_gtk4_gui/resources/ui/window.ui39
1 files changed, 39 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/ui/window.ui b/schist_gtk4_gui/resources/ui/window.ui
index 2dcf4c8..54ce2a5 100644
--- a/schist_gtk4_gui/resources/ui/window.ui
+++ b/schist_gtk4_gui/resources/ui/window.ui
@@ -28,6 +28,45 @@
</property>
</object>
</child>
+
+ <child>
+ <object class="GtkStackPage">
+ <property name="name">balances</property>
+ <property name="title">Balances</property>
+ <property name="child">
+ <object
+ class="SchistBalancesView"
+ id="balances_view"
+ />
+ </property>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkStackPage">
+ <property name="name">transactions</property>
+ <property name="title">Transactions</property>
+ <property name="child">
+ <object
+ class="SchistTransactionsView"
+ id="transactions_view"
+ />
+ </property>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkStackPage">
+ <property name="name">category_transfers</property>
+ <property name="title">Category Transfers</property>
+ <property name="child">
+ <object
+ class="SchistCategoryTransfersView"
+ id="category_transfers_view"
+ />
+ </property>
+ </object>
+ </child>
</object>
</child>
</template>