src/settingseditor/settingseditor.ui

changeset 285
99af8bf63d10
parent 283
96b7eb68e9e6
child 286
04478da357d0
equal deleted inserted replaced
284:9266239cf72b 285:99af8bf63d10
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0"> 2 <ui version="4.0">
3 <class>SettingsEditor</class> 3 <class>SettingsEditor</class>
4 <widget class="QDialog" name="SettingsEditor"> 4 <widget class="QWidget" name="SettingsEditor">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>621</width> 9 <width>718</width>
10 <height>572</height> 10 <height>629</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Dialog</string> 14 <string>Settings</string>
15 </property> 15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_4"> 16 <layout class="QVBoxLayout" name="verticalLayout_4">
17 <item> 17 <item>
18 <widget class="QScrollArea" name="scrollArea"> 18 <widget class="QScrollArea" name="scrollArea">
19 <property name="minimumSize">
20 <size>
21 <width>96</width>
22 <height>96</height>
23 </size>
24 </property>
19 <property name="widgetResizable"> 25 <property name="widgetResizable">
20 <bool>true</bool> 26 <bool>true</bool>
21 </property> 27 </property>
22 <widget class="QWidget" name="scrollAreaWidgetContents"> 28 <widget class="QWidget" name="scrollAreaWidgetContents">
23 <property name="geometry"> 29 <property name="geometry">
24 <rect> 30 <rect>
25 <x>0</x> 31 <x>0</x>
26 <y>0</y> 32 <y>0</y>
27 <width>597</width> 33 <width>694</width>
28 <height>504</height> 34 <height>561</height>
29 </rect> 35 </rect>
30 </property> 36 </property>
31 <layout class="QVBoxLayout" name="verticalLayout"> 37 <layout class="QVBoxLayout" name="verticalLayout">
32 <item> 38 <item>
33 <widget class="QTabWidget" name="tabWidget"> 39 <widget class="QTabWidget" name="tabWidget">
275 <class>ColorButton</class> 281 <class>ColorButton</class>
276 <extends>QPushButton</extends> 282 <extends>QPushButton</extends>
277 <header>widgets/colorbutton.h</header> 283 <header>widgets/colorbutton.h</header>
278 </customwidget> 284 </customwidget>
279 </customwidgets> 285 </customwidgets>
280 <tabstops>
281 <tabstop>language</tabstop>
282 <tabstop>viewModeTabs</tabstop>
283 <tabstop>viewModeSubWindows</tabstop>
284 <tabstop>mainColorButton</tabstop>
285 <tabstop>selectedColorButton</tabstop>
286 <tabstop>backgroundColorButton</tabstop>
287 <tabstop>lineThickness</tabstop>
288 <tabstop>lineAntiAliasing</tabstop>
289 <tabstop>tabWidget</tabstop>
290 <tabstop>keyboardShortcutsView</tabstop>
291 </tabstops>
292 <resources/> 286 <resources/>
293 <connections> 287 <connections/>
294 <connection>
295 <sender>buttonBox</sender>
296 <signal>accepted()</signal>
297 <receiver>SettingsEditor</receiver>
298 <slot>accept()</slot>
299 <hints>
300 <hint type="sourcelabel">
301 <x>227</x>
302 <y>394</y>
303 </hint>
304 <hint type="destinationlabel">
305 <x>157</x>
306 <y>274</y>
307 </hint>
308 </hints>
309 </connection>
310 <connection>
311 <sender>buttonBox</sender>
312 <signal>rejected()</signal>
313 <receiver>SettingsEditor</receiver>
314 <slot>reject()</slot>
315 <hints>
316 <hint type="sourcelabel">
317 <x>295</x>
318 <y>400</y>
319 </hint>
320 <hint type="destinationlabel">
321 <x>286</x>
322 <y>274</y>
323 </hint>
324 </hints>
325 </connection>
326 </connections>
327 <buttongroups> 288 <buttongroups>
328 <buttongroup name="viewModeButtonGroup"/> 289 <buttongroup name="viewModeButtonGroup"/>
329 </buttongroups> 290 </buttongroups>
330 </ui> 291 </ui>

mercurial