FreeCAD

Форк
0
/
TaskLeaderLine.ui 
352 строки · 9.7 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskLeaderLine</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskLeaderLine">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>350</width>
10
    <height>225</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="minimumSize">
20
   <size>
21
    <width>250</width>
22
    <height>0</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Leader Line</string>
27
  </property>
28
  <property name="windowIcon">
29
   <iconset resource="Resources/TechDraw.qrc">
30
    <normaloff>:/icons/actions/TechDraw_LeaderLine.svg</normaloff>:/icons/actions/TechDraw_LeaderLine.svg</iconset>
31
  </property>
32
  <layout class="QVBoxLayout" name="verticalLayout">
33
   <item>
34
    <layout class="QGridLayout" name="gridLayout">
35
     <item row="0" column="0">
36
      <widget class="QLabel" name="label_4">
37
       <property name="text">
38
        <string>Base View</string>
39
       </property>
40
      </widget>
41
     </item>
42
     <item row="0" column="1">
43
      <widget class="QTextBrowser" name="tbBaseView">
44
       <property name="enabled">
45
        <bool>true</bool>
46
       </property>
47
       <property name="sizePolicy">
48
        <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
49
         <horstretch>0</horstretch>
50
         <verstretch>0</verstretch>
51
        </sizepolicy>
52
       </property>
53
       <property name="maximumSize">
54
        <size>
55
         <width>16777215</width>
56
         <height>22</height>
57
        </size>
58
       </property>
59
       <property name="mouseTracking">
60
        <bool>false</bool>
61
       </property>
62
       <property name="focusPolicy">
63
        <enum>Qt::NoFocus</enum>
64
       </property>
65
       <property name="acceptDrops">
66
        <bool>false</bool>
67
       </property>
68
       <property name="verticalScrollBarPolicy">
69
        <enum>Qt::ScrollBarAlwaysOff</enum>
70
       </property>
71
      </widget>
72
     </item>
73
    </layout>
74
   </item>
75
   <item>
76
    <layout class="QHBoxLayout" name="horizontalLayout">
77
     <item>
78
      <spacer name="horizontalSpacer_2">
79
       <property name="orientation">
80
        <enum>Qt::Horizontal</enum>
81
       </property>
82
       <property name="sizeHint" stdset="0">
83
        <size>
84
         <width>40</width>
85
         <height>20</height>
86
        </size>
87
       </property>
88
      </spacer>
89
     </item>
90
     <item>
91
      <widget class="QPushButton" name="pbCancelEdit">
92
       <property name="text">
93
        <string>Discard Changes</string>
94
       </property>
95
      </widget>
96
     </item>
97
     <item>
98
      <spacer name="horizontalSpacer">
99
       <property name="orientation">
100
        <enum>Qt::Horizontal</enum>
101
       </property>
102
       <property name="sizeHint" stdset="0">
103
        <size>
104
         <width>40</width>
105
         <height>20</height>
106
        </size>
107
       </property>
108
      </spacer>
109
     </item>
110
     <item>
111
      <widget class="QPushButton" name="pbTracker">
112
       <property name="toolTip">
113
        <string>First pick the start point of the line,
114
then at least a second point.
115
You can pick further points to get line segments.</string>
116
       </property>
117
       <property name="text">
118
        <string>Pick Points</string>
119
       </property>
120
      </widget>
121
     </item>
122
     <item>
123
      <spacer name="horizontalSpacer_3">
124
       <property name="orientation">
125
        <enum>Qt::Horizontal</enum>
126
       </property>
127
       <property name="sizeHint" stdset="0">
128
        <size>
129
         <width>40</width>
130
         <height>20</height>
131
        </size>
132
       </property>
133
      </spacer>
134
     </item>
135
    </layout>
136
   </item>
137
   <item>
138
    <widget class="Line" name="line">
139
     <property name="orientation">
140
      <enum>Qt::Horizontal</enum>
141
     </property>
142
    </widget>
143
   </item>
144
   <item>
145
    <layout class="QGridLayout" name="gridLayout_2">
146
     <item row="0" column="0">
147
      <widget class="QLabel" name="label_2">
148
       <property name="text">
149
        <string>Start Symbol</string>
150
       </property>
151
      </widget>
152
     </item>
153
     <item row="0" column="2">
154
      <widget class="QComboBox" name="cboxStartSym">
155
       <property name="minimumSize">
156
        <size>
157
         <width>0</width>
158
         <height>22</height>
159
        </size>
160
       </property>
161
       <property name="currentIndex">
162
        <number>-1</number>
163
       </property>
164
      </widget>
165
     </item>
166
     <item row="1" column="0">
167
      <widget class="QLabel" name="label_3">
168
       <property name="text">
169
        <string>End Symbol</string>
170
       </property>
171
      </widget>
172
     </item>
173
     <item row="1" column="1">
174
      <spacer name="horizontalSpacer_4">
175
       <property name="orientation">
176
        <enum>Qt::Horizontal</enum>
177
       </property>
178
       <property name="sizeHint" stdset="0">
179
        <size>
180
         <width>40</width>
181
         <height>20</height>
182
        </size>
183
       </property>
184
      </spacer>
185
     </item>
186
     <item row="1" column="2">
187
      <widget class="QComboBox" name="cboxEndSym">
188
       <property name="minimumSize">
189
        <size>
190
         <width>0</width>
191
         <height>22</height>
192
        </size>
193
       </property>
194
      </widget>
195
     </item>
196
     <item row="2" column="0">
197
      <widget class="QLabel" name="label">
198
       <property name="text">
199
        <string>Color</string>
200
       </property>
201
      </widget>
202
     </item>
203
     <item row="2" column="2">
204
      <widget class="Gui::ColorButton" name="cpLineColor">
205
       <property name="sizePolicy">
206
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
207
         <horstretch>0</horstretch>
208
         <verstretch>22</verstretch>
209
        </sizepolicy>
210
       </property>
211
       <property name="toolTip">
212
        <string>Line color</string>
213
       </property>
214
       <property name="color">
215
        <color>
216
         <red>0</red>
217
         <green>0</green>
218
         <blue>0</blue>
219
        </color>
220
       </property>
221
      </widget>
222
     </item>
223
     <item row="3" column="0">
224
      <widget class="QLabel" name="label_5">
225
       <property name="text">
226
        <string>Width</string>
227
       </property>
228
      </widget>
229
     </item>
230
     <item row="3" column="2">
231
      <widget class="Gui::QuantitySpinBox" name="dsbWeight">
232
       <property name="enabled">
233
        <bool>true</bool>
234
       </property>
235
       <property name="minimumSize">
236
        <size>
237
         <width>0</width>
238
         <height>22</height>
239
        </size>
240
       </property>
241
       <property name="toolTip">
242
        <string>Line width</string>
243
       </property>
244
       <property name="alignment">
245
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
246
       </property>
247
       <property name="singleStep">
248
        <double>0.100000000000000</double>
249
       </property>
250
       <property name="value">
251
        <double>0.500000000000000</double>
252
       </property>
253
      </widget>
254
     </item>
255
     <item row="4" column="0">
256
      <widget class="QLabel" name="label_6">
257
       <property name="text">
258
        <string>Style</string>
259
       </property>
260
      </widget>
261
     </item>
262
     <item row="4" column="2">
263
      <widget class="QComboBox" name="cboxStyle">
264
       <property name="minimumSize">
265
        <size>
266
         <width>0</width>
267
         <height>22</height>
268
        </size>
269
       </property>
270
       <property name="toolTip">
271
        <string>Line style</string>
272
       </property>
273
       <property name="currentIndex">
274
        <number>1</number>
275
       </property>
276
       <item>
277
        <property name="text">
278
         <string>NoLine</string>
279
        </property>
280
        <property name="icon">
281
         <iconset resource="Resources/TechDraw.qrc">
282
          <normaloff>:/icons/none.svg</normaloff>:/icons/none.svg</iconset>
283
        </property>
284
       </item>
285
       <item>
286
        <property name="text">
287
         <string>Continuous</string>
288
        </property>
289
        <property name="icon">
290
         <iconset resource="Resources/TechDraw.qrc">
291
          <normaloff>:/icons/continuous-line.svg</normaloff>:/icons/continuous-line.svg</iconset>
292
        </property>
293
       </item>
294
       <item>
295
        <property name="text">
296
         <string>Dash</string>
297
        </property>
298
        <property name="icon">
299
         <iconset resource="Resources/TechDraw.qrc">
300
          <normaloff>:/icons/dash-line.svg</normaloff>:/icons/dash-line.svg</iconset>
301
        </property>
302
       </item>
303
       <item>
304
        <property name="text">
305
         <string>Dot</string>
306
        </property>
307
        <property name="icon">
308
         <iconset resource="Resources/TechDraw.qrc">
309
          <normaloff>:/icons/dot-line.svg</normaloff>:/icons/dot-line.svg</iconset>
310
        </property>
311
       </item>
312
       <item>
313
        <property name="text">
314
         <string>DashDot</string>
315
        </property>
316
        <property name="icon">
317
         <iconset resource="Resources/TechDraw.qrc">
318
          <normaloff>:/icons/dashDot-line.svg</normaloff>:/icons/dashDot-line.svg</iconset>
319
        </property>
320
       </item>
321
       <item>
322
        <property name="text">
323
         <string>DashDotDot</string>
324
        </property>
325
        <property name="icon">
326
         <iconset resource="Resources/TechDraw.qrc">
327
          <normaloff>:/icons/dashDotDot-line.svg</normaloff>:/icons/dashDotDot-line.svg</iconset>
328
        </property>
329
       </item>
330
      </widget>
331
     </item>
332
    </layout>
333
   </item>
334
  </layout>
335
 </widget>
336
 <customwidgets>
337
  <customwidget>
338
   <class>Gui::QuantitySpinBox</class>
339
   <extends>QWidget</extends>
340
   <header>Gui/QuantitySpinBox.h</header>
341
  </customwidget>
342
  <customwidget>
343
   <class>Gui::ColorButton</class>
344
   <extends>QPushButton</extends>
345
   <header>Gui/Widgets.h</header>
346
  </customwidget>
347
 </customwidgets>
348
 <resources>
349
  <include location="Resources/TechDraw.qrc"/>
350
 </resources>
351
 <connections/>
352
</ui>
353

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

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

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

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