diff options
| -rw-r--r-- | schist_gtk4_gui/resources/ui/balances_view.ui | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/schist_gtk4_gui/resources/ui/balances_view.ui b/schist_gtk4_gui/resources/ui/balances_view.ui index 1645119..7c329f7 100644 --- a/schist_gtk4_gui/resources/ui/balances_view.ui +++ b/schist_gtk4_gui/resources/ui/balances_view.ui @@ -1,9 +1,31 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8" ?> <interface> <template class="SchistBalancesView" parent="GtkBox"> + <child type="sidebar"> + <object class="GtkStackSidebar"> + <child> + <object class="GtkStackSwitcher"> + <property name="stack">balances_stack</property> + </object> + </child> + </object> + </child> + <child> - <object class="GtkLabel"> - <property name="label">Hello, balances!</property> + <object class="GtkStack" id="balances_stack"> + <child> + <object class="GtkStackPage"> + <property name="name">overview</property> + <property name="title">Overview</property> + <property name="child"> + <object class="GtkLabel"> + <property name="label"> + Hello, balances overview! + </property> + </object> + </property> + </object> + </child> </object> </child> </template> |
