1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>YtruderUI</class> |
|
4 <widget class="QDialog" name="YtruderUI"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>340</width> |
|
10 <height>170</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Ytruder</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
19 <item> |
|
20 <widget class="QGroupBox" name="groupBox"> |
|
21 <property name="title"> |
|
22 <string>Extrusion Mode</string> |
|
23 </property> |
|
24 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
25 <item> |
|
26 <widget class="QRadioButton" name="mode_distance"> |
|
27 <property name="text"> |
|
28 <string>Distance</string> |
|
29 </property> |
|
30 <property name="checked"> |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QRadioButton" name="mode_symmetry"> |
|
37 <property name="text"> |
|
38 <string>Symmetry</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item> |
|
43 <widget class="QRadioButton" name="mode_projection"> |
|
44 <property name="text"> |
|
45 <string>Projection</string> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <widget class="QRadioButton" name="mode_radial"> |
|
51 <property name="text"> |
|
52 <string>Radial</string> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 </layout> |
|
57 </widget> |
|
58 </item> |
|
59 <item> |
|
60 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
61 <item> |
|
62 <widget class="QGroupBox" name="groupBox_2"> |
|
63 <property name="title"> |
|
64 <string>Axis</string> |
|
65 </property> |
|
66 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
67 <item> |
|
68 <widget class="QRadioButton" name="axis_x"> |
|
69 <property name="text"> |
|
70 <string>X</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item> |
|
75 <widget class="QRadioButton" name="axis_y"> |
|
76 <property name="text"> |
|
77 <string>Y</string> |
|
78 </property> |
|
79 <property name="checked"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QRadioButton" name="axis_z"> |
|
86 <property name="text"> |
|
87 <string>Z</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 </layout> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <layout class="QFormLayout" name="formLayout_2"> |
|
96 <item row="0" column="0"> |
|
97 <widget class="QLabel" name="label"> |
|
98 <property name="text"> |
|
99 <string>Plane depth:</string> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item row="1" column="0"> |
|
104 <widget class="QLabel" name="label_2"> |
|
105 <property name="text"> |
|
106 <string>Line threshold angle:</string> |
|
107 </property> |
|
108 </widget> |
|
109 </item> |
|
110 <item row="0" column="1"> |
|
111 <widget class="QDoubleSpinBox" name="planeDepth"> |
|
112 <property name="minimumSize"> |
|
113 <size> |
|
114 <width>85</width> |
|
115 <height>0</height> |
|
116 </size> |
|
117 </property> |
|
118 <property name="decimals"> |
|
119 <number>3</number> |
|
120 </property> |
|
121 <property name="minimum"> |
|
122 <double>-10000.000000000000000</double> |
|
123 </property> |
|
124 <property name="maximum"> |
|
125 <double>10000.000000000000000</double> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="1" column="1"> |
|
130 <widget class="QDoubleSpinBox" name="condAngle"> |
|
131 <property name="minimumSize"> |
|
132 <size> |
|
133 <width>85</width> |
|
134 <height>0</height> |
|
135 </size> |
|
136 </property> |
|
137 <property name="suffix"> |
|
138 <string>°</string> |
|
139 </property> |
|
140 <property name="decimals"> |
|
141 <number>3</number> |
|
142 </property> |
|
143 <property name="maximum"> |
|
144 <double>360.000000000000000</double> |
|
145 </property> |
|
146 <property name="value"> |
|
147 <double>30.000000000000000</double> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 </layout> |
|
152 </item> |
|
153 </layout> |
|
154 </item> |
|
155 </layout> |
|
156 </item> |
|
157 <item> |
|
158 <widget class="QDialogButtonBox" name="buttonBox"> |
|
159 <property name="orientation"> |
|
160 <enum>Qt::Horizontal</enum> |
|
161 </property> |
|
162 <property name="standardButtons"> |
|
163 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 </layout> |
|
168 </widget> |
|
169 <resources/> |
|
170 <connections> |
|
171 <connection> |
|
172 <sender>buttonBox</sender> |
|
173 <signal>accepted()</signal> |
|
174 <receiver>YtruderUI</receiver> |
|
175 <slot>accept()</slot> |
|
176 <hints> |
|
177 <hint type="sourcelabel"> |
|
178 <x>248</x> |
|
179 <y>254</y> |
|
180 </hint> |
|
181 <hint type="destinationlabel"> |
|
182 <x>157</x> |
|
183 <y>274</y> |
|
184 </hint> |
|
185 </hints> |
|
186 </connection> |
|
187 <connection> |
|
188 <sender>buttonBox</sender> |
|
189 <signal>rejected()</signal> |
|
190 <receiver>YtruderUI</receiver> |
|
191 <slot>reject()</slot> |
|
192 <hints> |
|
193 <hint type="sourcelabel"> |
|
194 <x>316</x> |
|
195 <y>260</y> |
|
196 </hint> |
|
197 <hint type="destinationlabel"> |
|
198 <x>286</x> |
|
199 <y>274</y> |
|
200 </hint> |
|
201 </hints> |
|
202 </connection> |
|
203 </connections> |
|
204 </ui> |
|