diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-22 18:39:18 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-22 18:39:18 +0000 |
| commit | f3d73f9d88e65a3729086dc4de433bed2f03a396 (patch) | |
| tree | 78b94d10065d8b4f3faba1d6bd0847f3bbcf12e2 /schist_gtk4_gui/resources/ui | |
| parent | ab3e0439e12dee592a8f6fe2a968e4bb429a60f8 (diff) | |
Balances nav
Diffstat (limited to 'schist_gtk4_gui/resources/ui')
| -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> |
