Theme Editor: Changed default font to monospaced, changed organization for the applic...
[kugel-rb.git] / utils / themeeditor / preferencesdialog.ui
blob3d4a60142fba8a27794edb58cb5aa07a1a224709
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PreferencesDialog</class>
4 <widget class="QDialog" name="PreferencesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>370</width>
10 <height>370</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTabWidget" name="prefsGroups">
19 <property name="tabPosition">
20 <enum>QTabWidget::North</enum>
21 </property>
22 <property name="currentIndex">
23 <number>0</number>
24 </property>
25 <widget class="QWidget" name="tab_2">
26 <attribute name="title">
27 <string>Editor</string>
28 </attribute>
29 <layout class="QVBoxLayout" name="verticalLayout_2">
30 <item>
31 <layout class="QHBoxLayout" name="horizontalLayout_7">
32 <item>
33 <widget class="QLabel" name="label_7">
34 <property name="text">
35 <string>Font</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QFontComboBox" name="fontSelect"/>
41 </item>
42 </layout>
43 </item>
44 <item>
45 <layout class="QHBoxLayout" name="horizontalLayout_8">
46 <item>
47 <widget class="QLabel" name="label_8">
48 <property name="text">
49 <string>Size</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QSpinBox" name="fontSize">
55 <property name="value">
56 <number>12</number>
57 </property>
58 </widget>
59 </item>
60 </layout>
61 </item>
62 <item>
63 <layout class="QHBoxLayout" name="horizontalLayout">
64 <item>
65 <widget class="QLabel" name="label_2">
66 <property name="text">
67 <string>Foreground Color</string>
68 </property>
69 <property name="alignment">
70 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
71 </property>
72 <property name="buddy">
73 <cstring>fgButton</cstring>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QPushButton" name="fgButton">
79 <property name="autoFillBackground">
80 <bool>false</bool>
81 </property>
82 <property name="text">
83 <string>Click To Change</string>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </item>
89 <item>
90 <layout class="QHBoxLayout" name="horizontalLayout_2">
91 <item>
92 <widget class="QLabel" name="label_3">
93 <property name="text">
94 <string>Background Color</string>
95 </property>
96 <property name="alignment">
97 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
98 </property>
99 <property name="buddy">
100 <cstring>bgButton</cstring>
101 </property>
102 </widget>
103 </item>
104 <item>
105 <widget class="QPushButton" name="bgButton">
106 <property name="autoFillBackground">
107 <bool>false</bool>
108 </property>
109 <property name="text">
110 <string>Click To Change</string>
111 </property>
112 </widget>
113 </item>
114 </layout>
115 </item>
116 <item>
117 <layout class="QHBoxLayout" name="horizontalLayout_9">
118 <item>
119 <widget class="QLabel" name="label_9">
120 <property name="text">
121 <string>Error Color</string>
122 </property>
123 <property name="buddy">
124 <cstring>errorButton</cstring>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <widget class="QPushButton" name="errorButton">
130 <property name="text">
131 <string>Click To Change</string>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 </item>
137 </layout>
138 </widget>
139 <widget class="QWidget" name="prefsGroupsPage1">
140 <attribute name="title">
141 <string>Highlighting</string>
142 </attribute>
143 <layout class="QVBoxLayout" name="verticalLayout_3">
144 <item>
145 <layout class="QHBoxLayout" name="horizontalLayout_3">
146 <item>
147 <widget class="QLabel" name="label_4">
148 <property name="text">
149 <string>Comment</string>
150 </property>
151 <property name="alignment">
152 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
153 </property>
154 <property name="buddy">
155 <cstring>commentButton</cstring>
156 </property>
157 </widget>
158 </item>
159 <item>
160 <widget class="QPushButton" name="commentButton">
161 <property name="autoFillBackground">
162 <bool>false</bool>
163 </property>
164 <property name="text">
165 <string>Click To Change</string>
166 </property>
167 <property name="flat">
168 <bool>false</bool>
169 </property>
170 </widget>
171 </item>
172 </layout>
173 </item>
174 <item>
175 <layout class="QHBoxLayout" name="horizontalLayout_4">
176 <item>
177 <widget class="QLabel" name="label_5">
178 <property name="text">
179 <string>Escaped Character</string>
180 </property>
181 <property name="alignment">
182 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
183 </property>
184 <property name="buddy">
185 <cstring>escapedButton</cstring>
186 </property>
187 </widget>
188 </item>
189 <item>
190 <widget class="QPushButton" name="escapedButton">
191 <property name="autoFillBackground">
192 <bool>false</bool>
193 </property>
194 <property name="text">
195 <string>Click To Change</string>
196 </property>
197 </widget>
198 </item>
199 </layout>
200 </item>
201 <item>
202 <layout class="QHBoxLayout" name="horizontalLayout_5">
203 <item>
204 <widget class="QLabel" name="label_6">
205 <property name="text">
206 <string>Conditional</string>
207 </property>
208 <property name="alignment">
209 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
210 </property>
211 <property name="buddy">
212 <cstring>conditionalButton</cstring>
213 </property>
214 </widget>
215 </item>
216 <item>
217 <widget class="QPushButton" name="conditionalButton">
218 <property name="autoFillBackground">
219 <bool>false</bool>
220 </property>
221 <property name="text">
222 <string>Click To Change</string>
223 </property>
224 </widget>
225 </item>
226 </layout>
227 </item>
228 <item>
229 <layout class="QHBoxLayout" name="horizontalLayout_6">
230 <item>
231 <widget class="QLabel" name="label">
232 <property name="text">
233 <string>Tag</string>
234 </property>
235 <property name="alignment">
236 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
237 </property>
238 <property name="buddy">
239 <cstring>tagButton</cstring>
240 </property>
241 </widget>
242 </item>
243 <item>
244 <widget class="QPushButton" name="tagButton">
245 <property name="autoFillBackground">
246 <bool>false</bool>
247 </property>
248 <property name="text">
249 <string>Click To Change</string>
250 </property>
251 </widget>
252 </item>
253 </layout>
254 </item>
255 </layout>
256 </widget>
257 </widget>
258 </item>
259 <item>
260 <widget class="QDialogButtonBox" name="buttonBox">
261 <property name="orientation">
262 <enum>Qt::Horizontal</enum>
263 </property>
264 <property name="standardButtons">
265 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
266 </property>
267 </widget>
268 </item>
269 </layout>
270 </widget>
271 <resources/>
272 <connections>
273 <connection>
274 <sender>buttonBox</sender>
275 <signal>accepted()</signal>
276 <receiver>PreferencesDialog</receiver>
277 <slot>accept()</slot>
278 <hints>
279 <hint type="sourcelabel">
280 <x>257</x>
281 <y>360</y>
282 </hint>
283 <hint type="destinationlabel">
284 <x>157</x>
285 <y>274</y>
286 </hint>
287 </hints>
288 </connection>
289 <connection>
290 <sender>buttonBox</sender>
291 <signal>rejected()</signal>
292 <receiver>PreferencesDialog</receiver>
293 <slot>reject()</slot>
294 <hints>
295 <hint type="sourcelabel">
296 <x>325</x>
297 <y>360</y>
298 </hint>
299 <hint type="destinationlabel">
300 <x>286</x>
301 <y>274</y>
302 </hint>
303 </hints>
304 </connection>
305 </connections>
306 </ui>