Finish v3.0.0
[f1lt.git] / ui / drivercolorsdialog.ui
blobf7a03cc7d9fd230404ef29a10cfc5ddbd16ef26a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DriverColorsDialog</class>
4 <widget class="QDialog" name="DriverColorsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Driver colors</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../icons/icons.qrc">
18 <normaloff>:/ui_icons/icon.png</normaloff>:/ui_icons/icon.png</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <layout class="QHBoxLayout" name="horizontalLayout">
23 <item>
24 <spacer name="horizontalSpacer_2">
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="sizeHint" stdset="0">
29 <size>
30 <width>40</width>
31 <height>20</height>
32 </size>
33 </property>
34 </spacer>
35 </item>
36 <item>
37 <widget class="QPushButton" name="pushButton">
38 <property name="text">
39 <string>Reset all to defaults</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <spacer name="horizontalSpacer">
45 <property name="orientation">
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="sizeHint" stdset="0">
49 <size>
50 <width>40</width>
51 <height>20</height>
52 </size>
53 </property>
54 </spacer>
55 </item>
56 </layout>
57 </item>
58 <item>
59 <widget class="QDialogButtonBox" name="buttonBox">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="standardButtons">
64 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <resources>
71 <include location="../icons/icons.qrc"/>
72 </resources>
73 <connections>
74 <connection>
75 <sender>buttonBox</sender>
76 <signal>accepted()</signal>
77 <receiver>DriverColorsDialog</receiver>
78 <slot>accept()</slot>
79 <hints>
80 <hint type="sourcelabel">
81 <x>248</x>
82 <y>254</y>
83 </hint>
84 <hint type="destinationlabel">
85 <x>157</x>
86 <y>274</y>
87 </hint>
88 </hints>
89 </connection>
90 <connection>
91 <sender>buttonBox</sender>
92 <signal>rejected()</signal>
93 <receiver>DriverColorsDialog</receiver>
94 <slot>reject()</slot>
95 <hints>
96 <hint type="sourcelabel">
97 <x>316</x>
98 <y>260</y>
99 </hint>
100 <hint type="destinationlabel">
101 <x>286</x>
102 <y>274</y>
103 </hint>
104 </hints>
105 </connection>
106 </connections>
107 </ui>