FreeCAD

Форк
0
/
TaskBalloon.ui 
379 строк · 11.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskBalloon</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskBalloon">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>300</width>
10
    <height>279</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Balloon</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <layout class="QGridLayout" name="gridLayout">
19
     <item row="0" column="0">
20
      <widget class="QLabel" name="label">
21
       <property name="text">
22
        <string>Text:</string>
23
       </property>
24
      </widget>
25
     </item>
26
     <item row="0" column="1">
27
      <widget class="QLineEdit" name="leText">
28
       <property name="toolTip">
29
        <string>Text to be displayed</string>
30
       </property>
31
      </widget>
32
     </item>
33
     <item row="1" column="0">
34
      <widget class="QLabel" name="label_5">
35
       <property name="text">
36
        <string>Text Color:</string>
37
       </property>
38
      </widget>
39
     </item>
40
     <item row="1" column="1">
41
      <widget class="Gui::ColorButton" name="textColor">
42
       <property name="toolTip">
43
        <string>Color for 'Text'</string>
44
       </property>
45
       <property name="color">
46
        <color>
47
         <red>0</red>
48
         <green>0</green>
49
         <blue>0</blue>
50
        </color>
51
       </property>
52
      </widget>
53
     </item>
54
     <item row="2" column="0">
55
      <widget class="QLabel" name="label_7">
56
       <property name="text">
57
        <string>Font Size:</string>
58
       </property>
59
      </widget>
60
     </item>
61
     <item row="2" column="1">
62
      <widget class="Gui::QuantitySpinBox" name="qsbFontSize">
63
       <property name="sizePolicy">
64
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
65
         <horstretch>0</horstretch>
66
         <verstretch>0</verstretch>
67
        </sizepolicy>
68
       </property>
69
       <property name="minimumSize">
70
        <size>
71
         <width>0</width>
72
         <height>20</height>
73
        </size>
74
       </property>
75
       <property name="toolTip">
76
        <string>Fontsize for 'Text'</string>
77
       </property>
78
       <property name="alignment">
79
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
80
       </property>
81
       <property name="value">
82
        <double>4.000000000000000</double>
83
       </property>
84
       <property name="prefEntry" stdset="0">
85
        <cstring>BalloonKink</cstring>
86
       </property>
87
       <property name="prefPath" stdset="0">
88
        <cstring>Mod/TechDraw/Dimensions</cstring>
89
       </property>
90
      </widget>
91
     </item>
92
     <item row="3" column="0">
93
      <widget class="QLabel" name="label_3">
94
       <property name="text">
95
        <string>Bubble Shape:</string>
96
       </property>
97
      </widget>
98
     </item>
99
     <item row="3" column="1">
100
      <widget class="QComboBox" name="comboBubbleShape">
101
       <property name="toolTip">
102
        <string>Shape of the balloon bubble</string>
103
       </property>
104
       <item>
105
        <property name="text">
106
         <string>Circular</string>
107
        </property>
108
        <property name="icon">
109
         <iconset resource="Resources/TechDraw.qrc">
110
          <normaloff>:/icons/circular.svg</normaloff>:/icons/circular.svg</iconset>
111
        </property>
112
       </item>
113
       <item>
114
        <property name="text">
115
         <string>None</string>
116
        </property>
117
        <property name="icon">
118
         <iconset resource="Resources/TechDraw.qrc">
119
          <normaloff>:/icons/none.svg</normaloff>:/icons/none.svg</iconset>
120
        </property>
121
       </item>
122
       <item>
123
        <property name="text">
124
         <string>Triangle</string>
125
        </property>
126
        <property name="icon">
127
         <iconset resource="Resources/TechDraw.qrc">
128
          <normaloff>:/icons/triangle.svg</normaloff>:/icons/triangle.svg</iconset>
129
        </property>
130
       </item>
131
       <item>
132
        <property name="text">
133
         <string>Inspection</string>
134
        </property>
135
        <property name="icon">
136
         <iconset resource="Resources/TechDraw.qrc">
137
          <normaloff>:/icons/inspection.svg</normaloff>:/icons/inspection.svg</iconset>
138
        </property>
139
       </item>
140
       <item>
141
        <property name="text">
142
         <string>Hexagon</string>
143
        </property>
144
        <property name="icon">
145
         <iconset resource="Resources/TechDraw.qrc">
146
          <normaloff>:/icons/hexagon.svg</normaloff>:/icons/hexagon.svg</iconset>
147
        </property>
148
       </item>
149
       <item>
150
        <property name="text">
151
         <string>Square</string>
152
        </property>
153
        <property name="icon">
154
         <iconset resource="Resources/TechDraw.qrc">
155
          <normaloff>:/icons/square.svg</normaloff>:/icons/square.svg</iconset>
156
        </property>
157
       </item>
158
       <item>
159
        <property name="text">
160
         <string>Rectangle</string>
161
        </property>
162
        <property name="icon">
163
         <iconset resource="Resources/TechDraw.qrc">
164
          <normaloff>:/icons/rectangle.svg</normaloff>:/icons/rectangle.svg</iconset>
165
        </property>
166
       </item>
167
       <item>
168
        <property name="text">
169
         <string>Line</string>
170
        </property>
171
        <property name="icon">
172
         <iconset resource="Resources/TechDraw.qrc">
173
          <normaloff>:/icons/bottomline.svg</normaloff>:/icons/bottomline.svg</iconset>
174
        </property>
175
       </item>
176
      </widget>
177
     </item>
178
     <item row="4" column="0">
179
      <widget class="QLabel" name="label_2">
180
       <property name="text">
181
        <string>Shape Scale:</string>
182
       </property>
183
      </widget>
184
     </item>
185
     <item row="4" column="1">
186
      <widget class="Gui::QuantitySpinBox" name="qsbShapeScale">
187
       <property name="minimumSize">
188
        <size>
189
         <width>0</width>
190
         <height>20</height>
191
        </size>
192
       </property>
193
       <property name="toolTip">
194
        <string>Bubble shape scale factor</string>
195
       </property>
196
       <property name="alignment">
197
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
198
       </property>
199
       <property name="minimum">
200
        <double>0.000000000000000</double>
201
       </property>
202
       <property name="singleStep">
203
        <double>0.100000000000000</double>
204
       </property>
205
       <property name="value">
206
        <double>1.000000000000000</double>
207
       </property>
208
      </widget>
209
     </item>
210
     <item row="5" column="0">
211
      <widget class="QLabel" name="label_4">
212
       <property name="text">
213
        <string>End Symbol:</string>
214
       </property>
215
      </widget>
216
     </item>
217
     <item row="5" column="1">
218
      <widget class="QComboBox" name="comboEndSymbol">
219
       <property name="toolTip">
220
        <string>End symbol for the balloon line</string>
221
       </property>
222
      </widget>
223
     </item>
224
     <item row="6" column="0">
225
      <widget class="QLabel" name="label_10">
226
       <property name="text">
227
        <string>End Symbol Scale:</string>
228
       </property>
229
      </widget>
230
     </item>
231
     <item row="6" column="1">
232
      <widget class="Gui::QuantitySpinBox" name="qsbSymbolScale">
233
       <property name="minimumSize">
234
        <size>
235
         <width>0</width>
236
         <height>20</height>
237
        </size>
238
       </property>
239
       <property name="toolTip">
240
        <string>End symbol scale factor</string>
241
       </property>
242
       <property name="alignment">
243
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
244
       </property>
245
       <property name="minimum">
246
        <double>0.000000000000000</double>
247
       </property>
248
       <property name="singleStep">
249
        <double>0.100000000000000</double>
250
       </property>
251
       <property name="value">
252
        <double>1.000000000000000</double>
253
       </property>
254
      </widget>
255
     </item>
256
     <item row="7" column="0">
257
      <widget class="QLabel" name="label_9">
258
       <property name="text">
259
        <string>Line Visible:</string>
260
       </property>
261
      </widget>
262
     </item>
263
     <item row="7" column="1">
264
      <widget class="QComboBox" name="comboLineVisible">
265
       <property name="toolTip">
266
        <string>Whether the leader line is visible or not</string>
267
       </property>
268
       <property name="currentIndex">
269
        <number>0</number>
270
       </property>
271
       <item>
272
        <property name="text">
273
         <string>False</string>
274
        </property>
275
       </item>
276
       <item>
277
        <property name="text">
278
         <string>True</string>
279
        </property>
280
       </item>
281
      </widget>
282
     </item>
283
     <item row="8" column="0">
284
      <widget class="QLabel" name="label_8">
285
       <property name="text">
286
        <string>Line Width:</string>
287
       </property>
288
      </widget>
289
     </item>
290
     <item row="8" column="1">
291
      <widget class="Gui::QuantitySpinBox" name="qsbLineWidth">
292
       <property name="sizePolicy">
293
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
294
         <horstretch>0</horstretch>
295
         <verstretch>0</verstretch>
296
        </sizepolicy>
297
       </property>
298
       <property name="minimumSize">
299
        <size>
300
         <width>0</width>
301
         <height>20</height>
302
        </size>
303
       </property>
304
       <property name="toolTip">
305
        <string>Leader line width</string>
306
       </property>
307
       <property name="alignment">
308
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
309
       </property>
310
       <property name="value">
311
        <double>0.350000000000000</double>
312
       </property>
313
       <property name="prefEntry" stdset="0">
314
        <cstring>BalloonKink</cstring>
315
       </property>
316
       <property name="prefPath" stdset="0">
317
        <cstring>Mod/TechDraw/Dimensions</cstring>
318
       </property>
319
      </widget>
320
     </item>
321
     <item row="9" column="0">
322
      <widget class="QLabel" name="label_6">
323
       <property name="text">
324
        <string>Leader Kink Length:</string>
325
       </property>
326
      </widget>
327
     </item>
328
     <item row="9" column="1">
329
      <widget class="Gui::QuantitySpinBox" name="qsbKinkLength">
330
       <property name="sizePolicy">
331
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
332
         <horstretch>0</horstretch>
333
         <verstretch>0</verstretch>
334
        </sizepolicy>
335
       </property>
336
       <property name="minimumSize">
337
        <size>
338
         <width>0</width>
339
         <height>20</height>
340
        </size>
341
       </property>
342
       <property name="toolTip">
343
        <string>Length of balloon leader line kink</string>
344
       </property>
345
       <property name="alignment">
346
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
347
       </property>
348
       <property name="value">
349
        <double>5.000000000000000</double>
350
       </property>
351
       <property name="prefEntry" stdset="0">
352
        <cstring>BalloonKink</cstring>
353
       </property>
354
       <property name="prefPath" stdset="0">
355
        <cstring>Mod/TechDraw/Dimensions</cstring>
356
       </property>
357
      </widget>
358
     </item>
359
    </layout>
360
   </item>
361
  </layout>
362
 </widget>
363
 <customwidgets>
364
  <customwidget>
365
   <class>Gui::QuantitySpinBox</class>
366
   <extends>QWidget</extends>
367
   <header>Gui/QuantitySpinBox.h</header>
368
  </customwidget>
369
  <customwidget>
370
   <class>Gui::ColorButton</class>
371
   <extends>QPushButton</extends>
372
   <header>Gui/Widgets.h</header>
373
  </customwidget>
374
 </customwidgets>
375
 <resources>
376
  <include location="Resources/TechDraw.qrc"/>
377
 </resources>
378
 <connections/>
379
</ui>
380

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

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

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

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