1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FlipUI</class> |
|
4 <widget class="QDialog" name="FlipUI"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>178</width> |
|
10 <height>93</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Flip</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QGroupBox" name="groupBox"> |
|
19 <property name="title"> |
|
20 <string>Axes</string> |
|
21 </property> |
|
22 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
23 <item> |
|
24 <widget class="QCheckBox" name="x"> |
|
25 <property name="text"> |
|
26 <string>X</string> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item> |
|
31 <widget class="QCheckBox" name="y"> |
|
32 <property name="text"> |
|
33 <string>Y</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QCheckBox" name="z"> |
|
39 <property name="text"> |
|
40 <string>Z</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 </layout> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QDialogButtonBox" name="buttonBox"> |
|
49 <property name="orientation"> |
|
50 <enum>Qt::Horizontal</enum> |
|
51 </property> |
|
52 <property name="standardButtons"> |
|
53 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </widget> |
|
59 <resources/> |
|
60 <connections> |
|
61 <connection> |
|
62 <sender>buttonBox</sender> |
|
63 <signal>accepted()</signal> |
|
64 <receiver>FlipUI</receiver> |
|
65 <slot>accept()</slot> |
|
66 <hints> |
|
67 <hint type="sourcelabel"> |
|
68 <x>248</x> |
|
69 <y>254</y> |
|
70 </hint> |
|
71 <hint type="destinationlabel"> |
|
72 <x>157</x> |
|
73 <y>274</y> |
|
74 </hint> |
|
75 </hints> |
|
76 </connection> |
|
77 <connection> |
|
78 <sender>buttonBox</sender> |
|
79 <signal>rejected()</signal> |
|
80 <receiver>FlipUI</receiver> |
|
81 <slot>reject()</slot> |
|
82 <hints> |
|
83 <hint type="sourcelabel"> |
|
84 <x>316</x> |
|
85 <y>260</y> |
|
86 </hint> |
|
87 <hint type="destinationlabel"> |
|
88 <x>286</x> |
|
89 <y>274</y> |
|
90 </hint> |
|
91 </hints> |
|
92 </connection> |
|
93 </connections> |
|
94 </ui> |
|