forked from geosim/QAD
-
Notifications
You must be signed in to change notification settings - Fork 13
/
qad_dimensioninput_settings.ui
344 lines (344 loc) · 8.85 KB
/
qad_dimensioninput_settings.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DimInput_Settings_Dialog</class>
<widget class="QDialog" name="DimInput_Settings_Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>363</width>
<height>346</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>363</width>
<height>346</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>363</width>
<height>346</height>
</size>
</property>
<property name="windowTitle">
<string>Dimension Input Settings</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>100</x>
<y>310</y>
<width>251</width>
<height>25</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="okButton">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="helpButton">
<property name="text">
<string>?</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>341</width>
<height>291</height>
</rect>
</property>
<property name="title">
<string>Visibility</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>231</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>When grip-stretching:</string>
</property>
</widget>
<widget class="QRadioButton" name="radioShow1Dim">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>311</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>Displays only the length change dimensional input tooltip when you are using grip editing to stretch an object. (DYNDIVIS system variable)</string>
</property>
<property name="text">
<string>Show only 1 dimension input field at a time</string>
</property>
</widget>
<widget class="QRadioButton" name="radioShow2Dim">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>311</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>Displays the length change and resulting dimensional input tooltips when you are using grip editing to stretch an object. (DYNDIVIS system variable)</string>
</property>
<property name="text">
<string>Show 2 dimension input fields at a time</string>
</property>
</widget>
<widget class="QRadioButton" name="radioShowMoreDim">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>311</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>When you are using grip editing to stretch an object, displays the dimensional input tooltips that are selected below. (DYNDIVIS and DYNDIGRIP system variables)</string>
</property>
<property name="text">
<string>Show the following dimension input fields simultaneously:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkAbsoluteAngle">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>151</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>Displays an angle dimensional tooltip that is updated as you move the grip.</string>
</property>
<property name="text">
<string>Absolute angle</string>
</property>
</widget>
<widget class="QCheckBox" name="checkResultingDim">
<property name="geometry">
<rect>
<x>30</x>
<y>140</y>
<width>151</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>Displays a length dimensional tooltip that is updated as you move the grip.</string>
</property>
<property name="text">
<string>Resulting dimension</string>
</property>
</widget>
<widget class="QCheckBox" name="checkLengthChange">
<property name="geometry">
<rect>
<x>30</x>
<y>170</y>
<width>151</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>Displays the change in length as you move the grip.</string>
</property>
<property name="text">
<string>Length change</string>
</property>
</widget>
<widget class="QCheckBox" name="checkAngleChange">
<property name="geometry">
<rect>
<x>190</x>
<y>140</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>Displays the change in the angle as you move the grip.</string>
</property>
<property name="text">
<string>Angle change</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>50</x>
<y>240</y>
<width>281</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Press TAB to switch to the next dimension input field</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>:/plugins/qad/icons/lamp_on.png</pixmap>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>radioShowMoreDim</sender>
<signal>clicked()</signal>
<receiver>DimInput_Settings_Dialog</receiver>
<slot>radioShowMoreDimChecked()</slot>
<hints>
<hint type="sourcelabel">
<x>171</x>
<y>126</y>
</hint>
<hint type="destinationlabel">
<x>359</x>
<y>232</y>
</hint>
</hints>
</connection>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>DimInput_Settings_Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>235</x>
<y>319</y>
</hint>
<hint type="destinationlabel">
<x>48</x>
<y>307</y>
</hint>
</hints>
</connection>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>DimInput_Settings_Dialog</receiver>
<slot>ButtonBOX_Accepted()</slot>
<hints>
<hint type="sourcelabel">
<x>143</x>
<y>325</y>
</hint>
<hint type="destinationlabel">
<x>18</x>
<y>323</y>
</hint>
</hints>
</connection>
<connection>
<sender>helpButton</sender>
<signal>clicked()</signal>
<receiver>DimInput_Settings_Dialog</receiver>
<slot>ButtonHELP_Pressed()</slot>
<hints>
<hint type="sourcelabel">
<x>309</x>
<y>322</y>
</hint>
<hint type="destinationlabel">
<x>356</x>
<y>326</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioShow2Dim</sender>
<signal>clicked()</signal>
<receiver>DimInput_Settings_Dialog</receiver>
<slot>radioShow2DimChecked()</slot>
<hints>
<hint type="sourcelabel">
<x>101</x>
<y>99</y>
</hint>
<hint type="destinationlabel">
<x>360</x>
<y>95</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioShow1Dim</sender>
<signal>clicked()</signal>
<receiver>DimInput_Settings_Dialog</receiver>
<slot>radioShow1DimChecked()</slot>
<hints>
<hint type="sourcelabel">
<x>176</x>
<y>62</y>
</hint>
<hint type="destinationlabel">
<x>356</x>
<y>68</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>radioShowMoreDimChecked()</slot>
<slot>ButtonBOX_Accepted()</slot>
<slot>ButtonHELP_Pressed()</slot>
<slot>radioShow2DimChecked()</slot>
<slot>radioShow1DimChecked()</slot>
</slots>
</ui>