diff options
Diffstat (limited to 'schist_gtk4_gui/resources/ui/window.ui')
| -rw-r--r-- | schist_gtk4_gui/resources/ui/window.ui | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/ui/window.ui b/schist_gtk4_gui/resources/ui/window.ui new file mode 100644 index 0000000..2dcf4c8 --- /dev/null +++ b/schist_gtk4_gui/resources/ui/window.ui @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<interface> + <template class="SchistWindow" parent="GtkApplicationWindow"> + <property name="title">schist</property> + <property name="default-height">560</property> + <property name="default-width">1080</property> + <child type="titlebar"> + <object class="GtkHeaderBar" id="header_bar"> + <property name="title-widget"> + <object class="GtkStackSwitcher"> + <property name="stack">view_stack</property> + </object> + </property> + </object> + </child> + + <child> + <object class="GtkStack" id="view_stack"> + <child> + <object class="GtkStackPage"> + <property name="name">categories</property> + <property name="title">Categories</property> + <property name="child"> + <object + class="SchistCategoriesView" + id="categories_view" + /> + </property> + </object> + </child> + </object> + </child> + </template> +</interface> |
