-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindow.ui
More file actions
105 lines (105 loc) · 3.98 KB
/
Copy pathwindow.ui
File metadata and controls
105 lines (105 loc) · 3.98 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.2 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<menu id="app-menu">
<section>
<item>
<attribute name="action">app.about</attribute>
<attribute name="label" translatable="yes">_About</attribute>
</item>
<item>
<attribute name="action">app.quit</attribute>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="accel"><Primary>q</attribute>
</item>
</section>
</menu>
<object class="GtkMenu" id="menu1">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<object class="GtkMenuButton" id="menubutton1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="popup">menu1</property>
<child>
<placeholder/>
</child>
</object>
<object class="GtkTreeStore" id="treestore1">
<columns>
<!-- column-name labal -->
<column type="gchararray"/>
<!-- column-name value -->
<column type="gchararray"/>
<!-- column-name toggled -->
<column type="gboolean"/>
<!-- column-name visible -->
<column type="gboolean"/>
</columns>
</object>
<object class="GtkApplicationWindow" id="window1">
<property name="can_focus">False</property>
<property name="border_width">2</property>
<property name="title" translatable="yes">Sensor Monitor</property>
<property name="hide_titlebar_when_maximized">True</property>
<property name="icon_name">utilities-system-monitor</property>
<child>
<object class="GtkTreeView" id="treeview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">treestore1</property>
<property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
<object class="GtkAboutDialog" id="aboutdialog1">
<property name="can_focus">False</property>
<property name="icon_name">utilities-system-monitor</property>
<property name="type_hint">dialog</property>
<property name="transient_for">window1</property>
<property name="program_name">Sensors Unity</property>
<property name="version">24.05</property>
<property name="comments" translatable="yes">A GUI for lm-sensors</property>
<property name="website">https://github.com/paroj/sensors-unity</property>
<property name="authors">Pavel Rojtberg</property>
<property name="translator_credits" translatable="yes">translator-credits</property>
<property name="logo_icon_name">utilities-system-monitor</property>
<property name="license_type">gpl-3-0</property>
<signal name="delete-event" handler="hide-widget" swapped="no"/>
<signal name="response" handler="hide-widget" swapped="no"/>
<child internal-child="vbox">
<object class="GtkBox" id="aboutdialog-vbox1">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="aboutdialog-action_area1">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>