1
<?xml version="1.0" encoding="UTF-8"?>
3
<!-- interface-requires gtk+ 3.0 -->
4
<!-- interface-requires preferences_qreator_dialog 1.0 -->
5
<object class="PreferencesQreatorDialog" id="preferences_qreator_dialog">
6
<property name="can_focus">False</property>
7
<property name="title" translatable="yes">Qreator Preferences</property>
8
<property name="icon">../media/qreator.svg</property>
9
<property name="type_hint">normal</property>
10
<child internal-child="vbox">
11
<object class="GtkBox" id="dialog-vbox1">
12
<property name="visible">True</property>
13
<property name="can_focus">False</property>
14
<property name="orientation">vertical</property>
15
<property name="spacing">12</property>
16
<child internal-child="action_area">
17
<object class="GtkButtonBox" id="dialog-action_area1">
18
<property name="visible">True</property>
19
<property name="can_focus">False</property>
20
<property name="layout_style">end</property>
22
<object class="GtkButton" id="btn_help">
23
<property name="label">gtk-help</property>
24
<property name="visible">True</property>
25
<property name="can_focus">True</property>
26
<property name="receives_default">True</property>
27
<property name="use_action_appearance">False</property>
28
<property name="use_stock">True</property>
31
<property name="expand">False</property>
32
<property name="fill">False</property>
33
<property name="position">0</property>
34
<property name="secondary">True</property>
38
<object class="GtkButton" id="btn_close">
39
<property name="label">gtk-close</property>
40
<property name="visible">True</property>
41
<property name="can_focus">True</property>
42
<property name="receives_default">True</property>
43
<property name="use_action_appearance">False</property>
44
<property name="use_stock">True</property>
47
<property name="expand">False</property>
48
<property name="fill">False</property>
49
<property name="position">1</property>
54
<property name="expand">False</property>
55
<property name="fill">True</property>
56
<property name="pack_type">end</property>
57
<property name="position">0</property>
61
<object class="GtkGrid" id="table1">
62
<property name="visible">True</property>
63
<property name="can_focus">False</property>
64
<property name="row_spacing">6</property>
65
<property name="column_spacing">6</property>
66
<property name="n_rows">1</property>
67
<property name="n_columns">2</property>
69
<object class="GtkEntry" id="example_entry">
70
<property name="visible">True</property>
71
<property name="can_focus">True</property>
72
<property name="hexpand">True</property>
73
<property name="invisible_char">•</property>
76
<property name="left_attach">1</property>
77
<property name="top_attach">0</property>
78
<property name="width">1</property>
79
<property name="height">1</property>
83
<object class="GtkLabel" id="example_entry_label">
84
<property name="visible">True</property>
85
<property name="can_focus">False</property>
86
<property name="xalign">0</property>
87
<property name="label" translatable="yes">_Example entry:</property>
88
<property name="use_underline">True</property>
89
<property name="mnemonic_widget">example_entry</property>
92
<property name="left_attach">0</property>
93
<property name="top_attach">0</property>
94
<property name="width">1</property>
95
<property name="height">1</property>
100
<property name="expand">False</property>
101
<property name="fill">True</property>
102
<property name="position">1</property>
108
<action-widget response="-11">btn_help</action-widget>
109
<action-widget response="-7">btn_close</action-widget>