FreeCAD

Форк
0
/
TaskDetail.ui 
295 строк · 8.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskDetail</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskDetail">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>300</width>
10
    <height>264</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Detail Anchor</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset resource="Resources/TechDraw.qrc">
18
    <normaloff>:/icons/actions/TechDraw_DetailView.svg</normaloff>:/icons/actions/TechDraw_DetailView.svg</iconset>
19
  </property>
20
  <layout class="QVBoxLayout" name="verticalLayout">
21
   <item>
22
    <layout class="QGridLayout" name="gridLayout">
23
     <item row="0" column="0">
24
      <widget class="QLabel" name="label_4">
25
       <property name="text">
26
        <string>Base View</string>
27
       </property>
28
      </widget>
29
     </item>
30
     <item row="0" column="1">
31
      <widget class="QLineEdit" name="leBaseView">
32
       <property name="enabled">
33
        <bool>false</bool>
34
       </property>
35
       <property name="mouseTracking">
36
        <bool>false</bool>
37
       </property>
38
       <property name="focusPolicy">
39
        <enum>Qt::NoFocus</enum>
40
       </property>
41
       <property name="acceptDrops">
42
        <bool>false</bool>
43
       </property>
44
      </widget>
45
     </item>
46
     <item row="1" column="0">
47
      <widget class="QLabel" name="label">
48
       <property name="text">
49
        <string>Detail View</string>
50
       </property>
51
      </widget>
52
     </item>
53
     <item row="1" column="1">
54
      <widget class="QLineEdit" name="leDetailView">
55
       <property name="enabled">
56
        <bool>false</bool>
57
       </property>
58
      </widget>
59
     </item>
60
    </layout>
61
   </item>
62
   <item>
63
    <layout class="QHBoxLayout" name="horizontalLayout">
64
     <item>
65
      <spacer name="horizontalSpacer">
66
       <property name="orientation">
67
        <enum>Qt::Horizontal</enum>
68
       </property>
69
       <property name="sizeHint" stdset="0">
70
        <size>
71
         <width>40</width>
72
         <height>20</height>
73
        </size>
74
       </property>
75
      </spacer>
76
     </item>
77
     <item>
78
      <widget class="QPushButton" name="pbDragger">
79
       <property name="toolTip">
80
        <string>Click to drag detail highlight to new position</string>
81
       </property>
82
       <property name="text">
83
        <string>Drag Highlight</string>
84
       </property>
85
      </widget>
86
     </item>
87
     <item>
88
      <spacer name="horizontalSpacer_2">
89
       <property name="orientation">
90
        <enum>Qt::Horizontal</enum>
91
       </property>
92
       <property name="sizeHint" stdset="0">
93
        <size>
94
         <width>40</width>
95
         <height>20</height>
96
        </size>
97
       </property>
98
      </spacer>
99
     </item>
100
    </layout>
101
   </item>
102
   <item>
103
    <widget class="Line" name="line">
104
     <property name="orientation">
105
      <enum>Qt::Horizontal</enum>
106
     </property>
107
    </widget>
108
   </item>
109
   <item>
110
    <layout class="QGridLayout" name="gridLayout_2" columnstretch="2,0,0">
111
     <item row="0" column="0">
112
      <widget class="QLabel" name="label_2">
113
       <property name="text">
114
        <string>X</string>
115
       </property>
116
      </widget>
117
     </item>
118
     <item row="0" column="1">
119
      <spacer name="horizontalSpacer_3">
120
       <property name="orientation">
121
        <enum>Qt::Horizontal</enum>
122
       </property>
123
       <property name="sizeHint" stdset="0">
124
        <size>
125
         <width>40</width>
126
         <height>20</height>
127
        </size>
128
       </property>
129
      </spacer>
130
     </item>
131
     <item row="0" column="2">
132
      <widget class="Gui::QuantitySpinBox" name="qsbX">
133
       <property name="toolTip">
134
        <string>x position of detail highlight within view</string>
135
       </property>
136
       <property name="alignment">
137
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138
       </property>
139
       <property name="keyboardTracking">
140
        <bool>false</bool>
141
       </property>
142
       <property name="unit" stdset="0">
143
        <string notr="true"/>
144
       </property>
145
       <property name="value">
146
        <double>0.000000000000000</double>
147
       </property>
148
      </widget>
149
     </item>
150
     <item row="1" column="0">
151
      <widget class="QLabel" name="label_3">
152
       <property name="text">
153
        <string>Y</string>
154
       </property>
155
      </widget>
156
     </item>
157
     <item row="1" column="2">
158
      <widget class="Gui::QuantitySpinBox" name="qsbY">
159
       <property name="toolTip">
160
        <string>y position of detail highlight within view</string>
161
       </property>
162
       <property name="alignment">
163
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
164
       </property>
165
       <property name="keyboardTracking">
166
        <bool>false</bool>
167
       </property>
168
       <property name="unit" stdset="0">
169
        <string notr="true"/>
170
       </property>
171
      </widget>
172
     </item>
173
     <item row="2" column="0">
174
      <widget class="QLabel" name="label_6">
175
       <property name="text">
176
        <string>Radius</string>
177
       </property>
178
      </widget>
179
     </item>
180
     <item row="2" column="2">
181
      <widget class="Gui::QuantitySpinBox" name="qsbRadius">
182
       <property name="toolTip">
183
        <string>size of detail view</string>
184
       </property>
185
       <property name="alignment">
186
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
187
       </property>
188
       <property name="keyboardTracking">
189
        <bool>false</bool>
190
       </property>
191
       <property name="unit" stdset="0">
192
        <string notr="true"/>
193
       </property>
194
       <property name="value">
195
        <double>10.000000000000000</double>
196
       </property>
197
      </widget>
198
     </item>
199
     <item row="3" column="0">
200
      <widget class="QLabel" name="label_9">
201
       <property name="text">
202
        <string>Scale Type</string>
203
       </property>
204
      </widget>
205
     </item>
206
     <item row="3" column="2">
207
      <widget class="QComboBox" name="cbScaleType">
208
       <property name="toolTip">
209
        <string>Page: scale factor of page is used
210
Automatic: if the detail view is larger than the page,
211
                   it will be scaled down to fit into the page
212
Custom: custom scale factor is used</string>
213
       </property>
214
       <item>
215
        <property name="text">
216
         <string>Page</string>
217
        </property>
218
       </item>
219
       <item>
220
        <property name="text">
221
         <string>Automatic</string>
222
        </property>
223
       </item>
224
       <item>
225
        <property name="text">
226
         <string>Custom</string>
227
        </property>
228
       </item>
229
      </widget>
230
     </item>
231
     <item row="4" column="0">
232
      <widget class="QLabel" name="label_8">
233
       <property name="text">
234
        <string>Scale Factor</string>
235
       </property>
236
      </widget>
237
     </item>
238
     <item row="4" column="2">
239
      <widget class="Gui::QuantitySpinBox" name="qsbScale">
240
       <property name="enabled">
241
        <bool>false</bool>
242
       </property>
243
       <property name="toolTip">
244
        <string>scale factor for detail view</string>
245
       </property>
246
       <property name="alignment">
247
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
248
       </property>
249
       <property name="keyboardTracking">
250
        <bool>false</bool>
251
       </property>
252
       <property name="unit" stdset="0">
253
        <string notr="true"/>
254
       </property>
255
       <property name="singleStep">
256
        <double>1.000000000000000</double>
257
       </property>
258
       <property name="value">
259
        <double>1.000000000000000</double>
260
       </property>
261
      </widget>
262
     </item>
263
     <item row="5" column="0">
264
      <widget class="QLabel" name="label_7">
265
       <property name="text">
266
        <string>Reference</string>
267
       </property>
268
      </widget>
269
     </item>
270
     <item row="5" column="2">
271
      <widget class="QLineEdit" name="leReference">
272
       <property name="toolTip">
273
        <string>reference label</string>
274
       </property>
275
       <property name="alignment">
276
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
277
       </property>
278
      </widget>
279
     </item>
280
    </layout>
281
   </item>
282
  </layout>
283
 </widget>
284
 <customwidgets>
285
  <customwidget>
286
   <class>Gui::QuantitySpinBox</class>
287
   <extends>QWidget</extends>
288
   <header>Gui/QuantitySpinBox.h</header>
289
  </customwidget>
290
 </customwidgets>
291
 <resources>
292
  <include location="Resources/TechDraw.qrc"/>
293
 </resources>
294
 <connections/>
295
</ui>
296

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

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

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

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