2012-07-16 15:25:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-11-25 11:57:00 +01:00
|
|
|
<!-- Generated with glade 3.18.3 -->
|
2012-07-16 15:25:10 +02:00
|
|
|
<interface>
|
2014-11-25 11:57:00 +01:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
2023-07-30 22:50:24 +04:00
|
|
|
<template class="PpOptionsDialog" parent="AdwWindow">
|
2012-07-16 15:25:10 +02:00
|
|
|
<property name="width_request">500</property>
|
|
|
|
<property name="height_request">400</property>
|
2013-06-18 17:04:34 +01:00
|
|
|
<property name="resizable">False</property>
|
2021-10-29 17:16:45 -03:00
|
|
|
<property name="modal">True</property>
|
2023-07-30 22:50:24 +04:00
|
|
|
<property name="content">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<property name="top-bar-style">raised</property>
|
|
|
|
<child type="top">
|
|
|
|
<object class="AdwHeaderBar">
|
|
|
|
<child type="start">
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="label" translatable="yes" comments="Translators: This button triggers the printing of a test page.">Test Page</property>
|
|
|
|
<signal name="clicked" handler="test_page_cb" object="PpOptionsDialog" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-06 18:05:38 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-07-30 22:50:24 +04:00
|
|
|
<property name="content">
|
2015-09-27 23:51:40 -05:00
|
|
|
<object class="GtkStack" id="stack">
|
2021-10-29 17:16:45 -03:00
|
|
|
<property name="hhomogeneous">True</property>
|
|
|
|
<property name="vhomogeneous">True</property>
|
2014-11-25 11:57:00 +01:00
|
|
|
<child>
|
2023-07-30 22:50:24 +04:00
|
|
|
<object class="AdwOverlaySplitView" id="main_box">
|
|
|
|
<property name="sidebar">
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="width_request">120</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
2015-09-27 23:51:40 -05:00
|
|
|
<child>
|
2023-07-30 22:50:24 +04:00
|
|
|
<object class="GtkTreeView" id="categories_treeview">
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
<style>
|
|
|
|
<class name="navigation-sidebar"/>
|
|
|
|
</style>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="categories_selection">
|
|
|
|
<signal name="changed" handler="category_selection_changed_cb" object="PpOptionsDialog" swapped="yes"/>
|
2015-09-27 23:51:40 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-07-16 15:25:10 +02:00
|
|
|
</object>
|
2023-07-30 22:50:24 +04:00
|
|
|
</property>
|
|
|
|
<property name="content">
|
|
|
|
<object class="GtkNotebook" id="notebook">
|
|
|
|
<property name="tab_pos">left</property>
|
|
|
|
<property name="show_tabs">False</property>
|
|
|
|
<property name="show_border">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2012-07-16 15:25:10 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-11-23 12:07:43 +13:00
|
|
|
<object class="GtkSpinner" id="spinner">
|
2021-10-29 17:16:45 -03:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2015-09-27 23:51:40 -05:00
|
|
|
<property name="width_request">24</property>
|
|
|
|
<property name="height_request">24</property>
|
2012-07-16 15:25:10 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2023-07-30 22:50:24 +04:00
|
|
|
</property>
|
2015-09-27 23:51:40 -05:00
|
|
|
</object>
|
2023-07-30 22:50:24 +04:00
|
|
|
</property>
|
2018-11-23 12:07:43 +13:00
|
|
|
</template>
|
2012-07-16 15:25:10 +02:00
|
|
|
</interface>
|