summaryrefslogtreecommitdiff
path: root/res/windows/main_window.ui
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-11 13:17:03 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-11 16:03:04 +0200
commitf597be870eec6d04de6bed0effa7dd23bcb72bf8 (patch)
tree569ceeeef1bbf143b0d3a32ccf9a2fc716ff13e1 /res/windows/main_window.ui
downloadturns-f597be870eec6d04de6bed0effa7dd23bcb72bf8.tar.xz
turns-f597be870eec6d04de6bed0effa7dd23bcb72bf8.zip
initial commit
Diffstat (limited to 'res/windows/main_window.ui')
-rw-r--r--res/windows/main_window.ui49
1 files changed, 49 insertions, 0 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui
new file mode 100644
index 0000000..5489996
--- /dev/null
+++ b/res/windows/main_window.ui
@@ -0,0 +1,49 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Created with Cambalache 0.90.4 -->
+<interface>
+ <!-- interface-name main_window.ui -->
+ <requires lib="gtk" version="4.14"/>
+ <requires lib="libadwaita" version="1.5"/>
+ <requires lib="gio" version="2.0"/>
+ <object class="AdwApplicationWindow" id="main_window">
+ <property name="content">
+ <object class="AdwToolbarView">
+ <property name="content">
+ <object class="GtkScrolledWindow">
+ <child>
+ <object class="GtkListBox" id="entry_list"/>
+ </child>
+ </object>
+ </property>
+ <child type="top">
+ <object class="AdwHeaderBar" id="header">
+ <property name="title-widget">
+ <object class="AdwWindowTitle">
+ <property name="title">Turns</property>
+ </object>
+ </property>
+ <child type="start">
+ <object class="GtkMenuButton" id="open_menu">
+ <property name="icon-name">open-menu</property>
+ <property name="menu-model">main_menu</property>
+ </object>
+ </child>
+ <child type="start">
+ <object class="GtkButton" id="add_participant">
+ <property name="icon-name">contact-new</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </property>
+ <property name="height-request">720</property>
+ <property name="width-request">360</property>
+ </object>
+ <menu id="main_menu">
+ <item>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="label">Quit</attribute>
+ </item>
+ </menu>
+</interface>