summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/resources/window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'schist_gtk4_gui/resources/window.ui')
-rw-r--r--schist_gtk4_gui/resources/window.ui33
1 files changed, 0 insertions, 33 deletions
diff --git a/schist_gtk4_gui/resources/window.ui b/schist_gtk4_gui/resources/window.ui
deleted file mode 100644
index 9d6a10d..0000000
--- a/schist_gtk4_gui/resources/window.ui
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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="GtkLabel">
- <property name="label">Hello, categories!</property>
- </object>
- </property>
- </object>
- </child>
- </object>
- </child>
- </template>
-</interface>