FreeCAD

Форк
0
/
TaskCosmeticCircle.ui 
252 строки · 7.1 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskCosmeticCircle</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskCosmeticCircle">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>350</width>
10
    <height>368</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="MinimumExpanding">
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>Cosmetic Circle</string>
27
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout">
29
   <item>
30
    <layout class="QGridLayout" name="gridLayout">
31
     <item row="0" column="0">
32
      <widget class="QLabel" name="label_4">
33
       <property name="text">
34
        <string>View</string>
35
       </property>
36
      </widget>
37
     </item>
38
     <item row="0" column="1">
39
      <widget class="QLineEdit" name="le_View">
40
       <property name="enabled">
41
        <bool>false</bool>
42
       </property>
43
       <property name="mouseTracking">
44
        <bool>false</bool>
45
       </property>
46
       <property name="focusPolicy">
47
        <enum>Qt::NoFocus</enum>
48
       </property>
49
       <property name="acceptDrops">
50
        <bool>false</bool>
51
       </property>
52
      </widget>
53
     </item>
54
    </layout>
55
   </item>
56
   <item>
57
    <layout class="QGridLayout" name="gridLayout_2">
58
     <item row="1" column="0">
59
      <widget class="QRadioButton" name="rb2d1">
60
       <property name="toolTip">
61
        <string>Treat the center point as a 2d point within the parent View.  Z coordinate is ignored.</string>
62
       </property>
63
       <property name="text">
64
        <string>2d Point</string>
65
       </property>
66
       <property name="checked">
67
        <bool>true</bool>
68
       </property>
69
       <property name="autoExclusive">
70
        <bool>true</bool>
71
       </property>
72
      </widget>
73
     </item>
74
     <item row="1" column="1">
75
      <widget class="QRadioButton" name="rb3d1">
76
       <property name="toolTip">
77
        <string>Treat the center point as a 3d point and project it onto the parent View.</string>
78
       </property>
79
       <property name="text">
80
        <string>3d Point</string>
81
       </property>
82
       <property name="autoExclusive">
83
        <bool>true</bool>
84
       </property>
85
      </widget>
86
     </item>
87
     <item row="0" column="0">
88
      <widget class="QLabel" name="label_8">
89
       <property name="text">
90
        <string>Circle Center</string>
91
       </property>
92
      </widget>
93
     </item>
94
    </layout>
95
   </item>
96
   <item>
97
    <layout class="QGridLayout" name="gridLayout_3" columnstretch="1,4">
98
     <item row="0" column="0">
99
      <widget class="QLabel" name="label">
100
       <property name="text">
101
        <string>X:</string>
102
       </property>
103
      </widget>
104
     </item>
105
     <item row="0" column="1">
106
      <widget class="Gui::QuantitySpinBox" name="qsbCenterX">
107
       <property name="alignment">
108
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
109
       </property>
110
       <property name="unit" stdset="0">
111
        <string notr="true"/>
112
       </property>
113
      </widget>
114
     </item>
115
     <item row="1" column="0">
116
      <widget class="QLabel" name="label_2">
117
       <property name="text">
118
        <string>Y:</string>
119
       </property>
120
      </widget>
121
     </item>
122
     <item row="1" column="1">
123
      <widget class="Gui::QuantitySpinBox" name="qsbCenterY">
124
       <property name="alignment">
125
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
126
       </property>
127
       <property name="unit" stdset="0">
128
        <string notr="true"/>
129
       </property>
130
      </widget>
131
     </item>
132
     <item row="2" column="0">
133
      <widget class="QLabel" name="label_3">
134
       <property name="text">
135
        <string>Z:</string>
136
       </property>
137
      </widget>
138
     </item>
139
     <item row="2" column="1">
140
      <widget class="Gui::QuantitySpinBox" name="qsbCenterZ">
141
       <property name="alignment">
142
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
143
       </property>
144
       <property name="unit" stdset="0">
145
        <string notr="true"/>
146
       </property>
147
      </widget>
148
     </item>
149
    </layout>
150
   </item>
151
   <item>
152
    <layout class="QGridLayout" name="gridLayout_4" columnstretch="1,4">
153
     <item row="0" column="0">
154
      <widget class="QLabel" name="label_9">
155
       <property name="text">
156
        <string>Radius:</string>
157
       </property>
158
      </widget>
159
     </item>
160
     <item row="0" column="1">
161
      <widget class="Gui::QuantitySpinBox" name="qsbRadius">
162
       <property name="alignment">
163
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
164
       </property>
165
       <property name="unit" stdset="0">
166
        <string notr="true"/>
167
       </property>
168
       <property name="value">
169
        <double>10.000000000000000</double>
170
       </property>
171
      </widget>
172
     </item>
173
    </layout>
174
   </item>
175
   <item>
176
    <layout class="QGridLayout" name="gridLayout_5" columnstretch="1,0">
177
     <item row="1" column="0">
178
      <widget class="QLabel" name="label_5">
179
       <property name="text">
180
        <string>Start Angle:</string>
181
       </property>
182
      </widget>
183
     </item>
184
     <item row="2" column="1">
185
      <widget class="Gui::QuantitySpinBox" name="qsbEndAngle">
186
       <property name="toolTip">
187
        <string>End angle (conventional) of arc in degrees.</string>
188
       </property>
189
       <property name="alignment">
190
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
191
       </property>
192
       <property name="unit" stdset="0">
193
        <string notr="true"/>
194
       </property>
195
      </widget>
196
     </item>
197
     <item row="2" column="0">
198
      <widget class="QLabel" name="label_6">
199
       <property name="text">
200
        <string>End Angle:</string>
201
       </property>
202
      </widget>
203
     </item>
204
     <item row="1" column="1">
205
      <widget class="Gui::QuantitySpinBox" name="qsbStartAngle">
206
       <property name="toolTip">
207
        <string>Start angle (conventional) of arc in degrees.</string>
208
       </property>
209
       <property name="alignment">
210
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
211
       </property>
212
       <property name="unit" stdset="0">
213
        <string notr="true"/>
214
       </property>
215
      </widget>
216
     </item>
217
     <item row="0" column="0">
218
      <widget class="QLabel" name="label_7">
219
       <property name="text">
220
        <string>Arc of Circle</string>
221
       </property>
222
      </widget>
223
     </item>
224
    </layout>
225
   </item>
226
   <item>
227
    <spacer name="verticalSpacer">
228
     <property name="orientation">
229
      <enum>Qt::Vertical</enum>
230
     </property>
231
     <property name="sizeHint" stdset="0">
232
      <size>
233
       <width>20</width>
234
       <height>40</height>
235
      </size>
236
     </property>
237
    </spacer>
238
   </item>
239
  </layout>
240
 </widget>
241
 <customwidgets>
242
  <customwidget>
243
   <class>Gui::QuantitySpinBox</class>
244
   <extends>QWidget</extends>
245
   <header>Gui/QuantitySpinBox.h</header>
246
  </customwidget>
247
 </customwidgets>
248
 <resources>
249
  <include location="Resources/TechDraw.qrc"/>
250
 </resources>
251
 <connections/>
252
</ui>
253

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

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

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

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