FreeCAD

Форк
0
/
TaskCenterLine.ui 
355 строк · 9.8 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskCenterLine</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskCenterLine">
5
  <property name="enabled">
6
   <bool>true</bool>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>300</width>
13
    <height>390</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Center Line</string>
18
  </property>
19
  <property name="windowIcon">
20
   <iconset resource="Resources/TechDraw.qrc">
21
    <normaloff>:/icons/actions/TechDraw_FaceCenterLine.svg</normaloff>:/icons/actions/TechDraw_FaceCenterLine.svg</iconset>
22
  </property>
23
  <layout class="QVBoxLayout" name="verticalLayout">
24
   <item>
25
    <layout class="QGridLayout" name="gridLayout">
26
     <item row="0" column="0">
27
      <widget class="QLabel" name="label_4">
28
       <property name="text">
29
        <string>Base View</string>
30
       </property>
31
      </widget>
32
     </item>
33
     <item row="0" column="1">
34
      <widget class="QLineEdit" name="leBaseView">
35
       <property name="enabled">
36
        <bool>false</bool>
37
       </property>
38
       <property name="mouseTracking">
39
        <bool>false</bool>
40
       </property>
41
       <property name="focusPolicy">
42
        <enum>Qt::NoFocus</enum>
43
       </property>
44
       <property name="acceptDrops">
45
        <bool>false</bool>
46
       </property>
47
      </widget>
48
     </item>
49
     <item row="1" column="0">
50
      <widget class="QLabel" name="label_2">
51
       <property name="text">
52
        <string>Elements</string>
53
       </property>
54
      </widget>
55
     </item>
56
     <item row="1" column="1">
57
      <widget class="QListWidget" name="lstSubList">
58
       <property name="enabled">
59
        <bool>false</bool>
60
       </property>
61
       <property name="sizePolicy">
62
        <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
63
         <horstretch>0</horstretch>
64
         <verstretch>0</verstretch>
65
        </sizepolicy>
66
       </property>
67
       <property name="maximumSize">
68
        <size>
69
         <width>16777215</width>
70
         <height>50</height>
71
        </size>
72
       </property>
73
      </widget>
74
     </item>
75
    </layout>
76
   </item>
77
   <item>
78
    <widget class="QGroupBox" name="gbOrientation">
79
     <property name="toolTip">
80
      <string/>
81
     </property>
82
     <property name="title">
83
      <string>Orientation</string>
84
     </property>
85
     <layout class="QHBoxLayout" name="horizontalLayout">
86
      <item>
87
       <widget class="QRadioButton" name="rbVertical">
88
        <property name="toolTip">
89
         <string>Top to Bottom line</string>
90
        </property>
91
        <property name="text">
92
         <string>Vertical</string>
93
        </property>
94
        <property name="checked">
95
         <bool>true</bool>
96
        </property>
97
        <attribute name="buttonGroup">
98
         <string notr="true">bgOrientation</string>
99
        </attribute>
100
       </widget>
101
      </item>
102
      <item>
103
       <widget class="QRadioButton" name="rbHorizontal">
104
        <property name="enabled">
105
         <bool>true</bool>
106
        </property>
107
        <property name="toolTip">
108
         <string>Left to Right line</string>
109
        </property>
110
        <property name="text">
111
         <string>Horizontal</string>
112
        </property>
113
        <attribute name="buttonGroup">
114
         <string notr="true">bgOrientation</string>
115
        </attribute>
116
       </widget>
117
      </item>
118
      <item>
119
       <widget class="QRadioButton" name="rbAligned">
120
        <property name="enabled">
121
         <bool>true</bool>
122
        </property>
123
        <property name="toolTip">
124
         <string>centerline between
125
- lines: in equal distance to the lines and with
126
  half of the angle the lines have to each other
127
- points: in equal distance to the points</string>
128
        </property>
129
        <property name="text">
130
         <string>Aligned</string>
131
        </property>
132
        <attribute name="buttonGroup">
133
         <string notr="true">bgOrientation</string>
134
        </attribute>
135
       </widget>
136
      </item>
137
     </layout>
138
    </widget>
139
   </item>
140
   <item>
141
    <layout class="QGridLayout" name="gridLayout_3">
142
     <item row="2" column="0">
143
      <widget class="QLabel" name="label">
144
       <property name="text">
145
        <string>Color</string>
146
       </property>
147
      </widget>
148
     </item>
149
     <item row="3" column="1">
150
      <widget class="Gui::QuantitySpinBox" name="dsbWeight">
151
       <property name="alignment">
152
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
153
       </property>
154
       <property name="singleStep">
155
        <double>0.100000000000000</double>
156
       </property>
157
       <property name="value">
158
        <double>0.500000000000000</double>
159
       </property>
160
      </widget>
161
     </item>
162
     <item row="2" column="1">
163
      <widget class="Gui::ColorButton" name="cpLineColor">
164
       <property name="color">
165
        <color>
166
         <red>0</red>
167
         <green>0</green>
168
         <blue>0</blue>
169
        </color>
170
       </property>
171
      </widget>
172
     </item>
173
     <item row="3" column="0">
174
      <widget class="QLabel" name="label_5">
175
       <property name="text">
176
        <string>Weight</string>
177
       </property>
178
      </widget>
179
     </item>
180
     <item row="1" column="0">
181
      <widget class="QLabel" name="label_6">
182
       <property name="text">
183
        <string>Style</string>
184
       </property>
185
      </widget>
186
     </item>
187
     <item row="1" column="1">
188
      <widget class="QComboBox" name="cboxStyle">
189
       <property name="currentIndex">
190
        <number>-1</number>
191
       </property>
192
      </widget>
193
     </item>
194
    </layout>
195
   </item>
196
   <item>
197
    <widget class="Line" name="line">
198
     <property name="orientation">
199
      <enum>Qt::Horizontal</enum>
200
     </property>
201
    </widget>
202
   </item>
203
   <item>
204
    <layout class="QGridLayout" name="gridLayout_2">
205
     <item row="0" column="0">
206
      <widget class="QLabel" name="label_7">
207
       <property name="text">
208
        <string>Shift Horizontal</string>
209
       </property>
210
      </widget>
211
     </item>
212
     <item row="1" column="1">
213
      <widget class="Gui::QuantitySpinBox" name="qsbVertShift">
214
       <property name="minimumSize">
215
        <size>
216
         <width>0</width>
217
         <height>20</height>
218
        </size>
219
       </property>
220
       <property name="toolTip">
221
        <string>Move line +Up or -Down</string>
222
       </property>
223
       <property name="alignment">
224
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
225
       </property>
226
       <property name="unit" stdset="0">
227
        <string notr="true"/>
228
       </property>
229
      </widget>
230
     </item>
231
     <item row="0" column="1">
232
      <widget class="Gui::QuantitySpinBox" name="qsbHorizShift">
233
       <property name="minimumSize">
234
        <size>
235
         <width>0</width>
236
         <height>20</height>
237
        </size>
238
       </property>
239
       <property name="toolTip">
240
        <string>Move line -Left or +Right</string>
241
       </property>
242
       <property name="alignment">
243
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
244
       </property>
245
       <property name="unit" stdset="0">
246
        <string notr="true"/>
247
       </property>
248
      </widget>
249
     </item>
250
     <item row="1" column="0">
251
      <widget class="QLabel" name="label_8">
252
       <property name="text">
253
        <string>Shift Vertical</string>
254
       </property>
255
      </widget>
256
     </item>
257
     <item row="2" column="0">
258
      <widget class="QLabel" name="label_9">
259
       <property name="text">
260
        <string>Rotate</string>
261
       </property>
262
      </widget>
263
     </item>
264
     <item row="2" column="1">
265
      <widget class="Gui::QuantitySpinBox" name="qsbRotate">
266
       <property name="minimumSize">
267
        <size>
268
         <width>0</width>
269
         <height>20</height>
270
        </size>
271
       </property>
272
       <property name="toolTip">
273
        <string>Rotate line +CCW or -CW</string>
274
       </property>
275
       <property name="alignment">
276
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
277
       </property>
278
       <property name="minimum">
279
        <double>-360.000000000000000</double>
280
       </property>
281
       <property name="maximum">
282
        <double>360.000000000000000</double>
283
       </property>
284
      </widget>
285
     </item>
286
     <item row="3" column="0">
287
      <widget class="QLabel" name="label_3">
288
       <property name="text">
289
        <string>Extend By</string>
290
       </property>
291
      </widget>
292
     </item>
293
     <item row="3" column="1">
294
      <widget class="Gui::QuantitySpinBox" name="qsbExtend">
295
       <property name="minimumSize">
296
        <size>
297
         <width>0</width>
298
         <height>20</height>
299
        </size>
300
       </property>
301
       <property name="toolTip">
302
        <string>Make the line a little longer.</string>
303
       </property>
304
       <property name="alignment">
305
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
306
       </property>
307
       <property name="unit" stdset="0">
308
        <string>mm</string>
309
       </property>
310
       <property name="value">
311
        <double>3.000000000000000</double>
312
       </property>
313
      </widget>
314
     </item>
315
    </layout>
316
   </item>
317
   <item>
318
    <spacer name="verticalSpacer">
319
     <property name="orientation">
320
      <enum>Qt::Vertical</enum>
321
     </property>
322
     <property name="sizeHint" stdset="0">
323
      <size>
324
       <width>20</width>
325
       <height>40</height>
326
      </size>
327
     </property>
328
    </spacer>
329
   </item>
330
  </layout>
331
 </widget>
332
 <customwidgets>
333
  <customwidget>
334
   <class>Gui::QuantitySpinBox</class>
335
   <extends>QWidget</extends>
336
   <header>Gui/QuantitySpinBox.h</header>
337
  </customwidget>
338
  <customwidget>
339
   <class>Gui::ColorButton</class>
340
   <extends>QPushButton</extends>
341
   <header>Gui/Widgets.h</header>
342
  </customwidget>
343
 </customwidgets>
344
 <resources>
345
  <include location="Resources/TechDraw.qrc"/>
346
 </resources>
347
 <connections/>
348
 <buttongroups>
349
  <buttongroup name="bgOrientation">
350
   <property name="exclusive">
351
    <bool>true</bool>
352
   </property>
353
  </buttongroup>
354
 </buttongroups>
355
</ui>
356

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.