-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterface.ui
More file actions
83 lines (75 loc) · 2.93 KB
/
interface.ui
File metadata and controls
83 lines (75 loc) · 2.93 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.3 -->
<interface>
<!-- interface-name gtk4uis.ui -->
<requires lib="gtk" version="4.6" />
<template class="qWindow" parent="GtkApplicationWindow">
<property name="default-height">300</property>
<property name="default-width">400</property>
<child>
<object class="AdwToastOverlay" id="toast_overlay">
<property name="child">
<object class="GtkBox" id="form_area">
<style>
<class name="form_area_box" />
<class name="main_form_area" />
</style>
<property name="margin-start">6px</property>
<property name="margin-end">6px</property>
<property name="orientation">vertical</property>
<property name="vexpand">true</property>
<property name="hexpand">true</property>
<child>
<object class="GtkScrolledWindow" id="scrollViev">
<property name="vexpand">true</property>
<property name="hexpand">true</property>
<child>
<object class="GtkBox" id="listBox">
<property name="orientation">vertical</property>
<property name="vexpand">true</property>
<property name="hexpand">true</property>
<style>
<class name="list_box" />
</style>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="openBox">
<property name="orientation">horizontal</property>
<property name="vexpand">false</property>
<property name="hexpand">true</property>
<property name="halign">end</property>
<style>
<class name="formelementgroup" />
<class name="formrow" />
</style>
<child>
<object class="GtkLabel" id="openLabel">
<style>
<class name="formelement" />
<class name="formlabel" />
</style>
<property name="label" translatable="yes">Open Note Page</property>
</object>
</child>
<child>
<object class="GtkButton" id="openButton">
<property name="label" translatable="yes">Open</property>
<style>
<class name="formelement" />
<class name="forminput" />
<class name="button" />
<class name="new" />
</style>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</child>
</template>
</interface>