-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMainWindow.ui
More file actions
25 lines (25 loc) · 949 Bytes
/
Copy pathMainWindow.ui
File metadata and controls
25 lines (25 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<template class="ExampleWindow" parent="AdwApplicationWindow">
<property name="title">Python - PyGObject - GTK</property>
<property name="default-width">683</property>
<property name="default-height">384</property>
<property name="width-request">600</property>
<property name="height-request">300</property>
<child>
<object class="AdwBreakpoint">
<condition>max-width: 680</condition>
<setter object="adw_navigation_split_view" property="collapsed">true</setter>
</object>
</child>
<property name="content">
<object class="AdwNavigationSplitView" id="adw_navigation_split_view"></object>
</property>
</template>
</interface>