FreeCAD

Форк
0
/
Location.ui 
244 строки · 7.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>PartGui::Location</class>
4
 <widget class="QWidget" name="PartGui::Location">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>280</width>
10
    <height>307</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Location</string>
15
  </property>
16
  <property name="sizeGripEnabled" stdset="0">
17
   <bool>true</bool>
18
  </property>
19
  <layout class="QVBoxLayout" name="verticalLayout">
20
   <item>
21
    <widget class="QGroupBox" name="PositionGB">
22
     <property name="sizePolicy">
23
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
24
       <horstretch>0</horstretch>
25
       <verstretch>0</verstretch>
26
      </sizepolicy>
27
     </property>
28
     <property name="title">
29
      <string>Position</string>
30
     </property>
31
     <layout class="QVBoxLayout" name="verticalLayout_2">
32
      <item>
33
       <layout class="QGridLayout" name="gridLayout">
34
        <item row="0" column="0">
35
         <widget class="QLabel" name="labelLength2_2">
36
          <property name="text">
37
           <string>X</string>
38
          </property>
39
         </widget>
40
        </item>
41
        <item row="0" column="1">
42
         <widget class="Gui::QuantitySpinBox" name="XPositionQSB">
43
          <property name="keyboardTracking">
44
           <bool>false</bool>
45
          </property>
46
          <property name="unit" stdset="0">
47
           <string notr="true"/>
48
          </property>
49
         </widget>
50
        </item>
51
        <item row="1" column="0">
52
         <widget class="QLabel" name="labelLength2_3">
53
          <property name="text">
54
           <string>Y</string>
55
          </property>
56
         </widget>
57
        </item>
58
        <item row="1" column="1">
59
         <widget class="Gui::QuantitySpinBox" name="YPositionQSB">
60
          <property name="keyboardTracking">
61
           <bool>false</bool>
62
          </property>
63
          <property name="unit" stdset="0">
64
           <string notr="true"/>
65
          </property>
66
         </widget>
67
        </item>
68
        <item row="2" column="0">
69
         <widget class="QLabel" name="labelLength2_4">
70
          <property name="text">
71
           <string>Z</string>
72
          </property>
73
         </widget>
74
        </item>
75
        <item row="2" column="1">
76
         <widget class="Gui::QuantitySpinBox" name="ZPositionQSB">
77
          <property name="keyboardTracking">
78
           <bool>false</bool>
79
          </property>
80
          <property name="unit" stdset="0">
81
           <string notr="true"/>
82
          </property>
83
         </widget>
84
        </item>
85
       </layout>
86
      </item>
87
      <item>
88
       <widget class="QPushButton" name="viewPositionButton">
89
        <property name="text">
90
         <string>3D view</string>
91
        </property>
92
       </widget>
93
      </item>
94
     </layout>
95
    </widget>
96
   </item>
97
   <item>
98
    <widget class="QGroupBox" name="RotationGB">
99
     <property name="sizePolicy">
100
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
101
       <horstretch>0</horstretch>
102
       <verstretch>0</verstretch>
103
      </sizepolicy>
104
     </property>
105
     <property name="toolTip">
106
      <string>Use custom vector for pad direction otherwise
107
the sketch plane's normal vector will be used</string>
108
     </property>
109
     <property name="title">
110
      <string>Rotation axis</string>
111
     </property>
112
     <layout class="QVBoxLayout" name="verticalLayout_3">
113
      <item>
114
       <layout class="QGridLayout" name="gridLayout_2">
115
        <item row="0" column="0">
116
         <widget class="QLabel" name="labelXSkew">
117
          <property name="text">
118
           <string>x</string>
119
          </property>
120
         </widget>
121
        </item>
122
        <item row="0" column="1">
123
         <widget class="Gui::DoubleSpinBox" name="XDirectionEdit">
124
          <property name="toolTip">
125
           <string>x-component of direction vector</string>
126
          </property>
127
          <property name="keyboardTracking">
128
           <bool>false</bool>
129
          </property>
130
          <property name="minimum">
131
           <double>-100.000000000000000</double>
132
          </property>
133
          <property name="maximum">
134
           <double>100.000000000000000</double>
135
          </property>
136
          <property name="singleStep">
137
           <double>0.100000000000000</double>
138
          </property>
139
          <property name="unit" stdset="0">
140
           <string notr="true"/>
141
          </property>
142
         </widget>
143
        </item>
144
        <item row="1" column="0">
145
         <widget class="QLabel" name="labelYSkew">
146
          <property name="text">
147
           <string>y</string>
148
          </property>
149
         </widget>
150
        </item>
151
        <item row="1" column="1">
152
         <widget class="Gui::DoubleSpinBox" name="YDirectionEdit">
153
          <property name="toolTip">
154
           <string>y-component of direction vector</string>
155
          </property>
156
          <property name="keyboardTracking">
157
           <bool>false</bool>
158
          </property>
159
          <property name="minimum">
160
           <double>-100.000000000000000</double>
161
          </property>
162
          <property name="maximum">
163
           <double>100.000000000000000</double>
164
          </property>
165
          <property name="singleStep">
166
           <double>0.100000000000000</double>
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="labelZSkew">
175
          <property name="text">
176
           <string>z</string>
177
          </property>
178
         </widget>
179
        </item>
180
        <item row="2" column="1">
181
         <widget class="Gui::DoubleSpinBox" name="ZDirectionEdit">
182
          <property name="toolTip">
183
           <string>z-component of direction vector</string>
184
          </property>
185
          <property name="keyboardTracking">
186
           <bool>false</bool>
187
          </property>
188
          <property name="minimum">
189
           <double>-100.000000000000000</double>
190
          </property>
191
          <property name="maximum">
192
           <double>100.000000000000000</double>
193
          </property>
194
          <property name="singleStep">
195
           <double>0.100000000000000</double>
196
          </property>
197
          <property name="value">
198
           <double>1.000000000000000</double>
199
          </property>
200
          <property name="unit" stdset="0">
201
           <string notr="true"/>
202
          </property>
203
         </widget>
204
        </item>
205
        <item row="3" column="0">
206
         <widget class="QLabel" name="labelLength2">
207
          <property name="text">
208
           <string>Angle</string>
209
          </property>
210
         </widget>
211
        </item>
212
        <item row="3" column="1">
213
         <widget class="Gui::QuantitySpinBox" name="AngleQSB">
214
          <property name="unit" stdset="0">
215
           <string notr="true"/>
216
          </property>
217
          <property name="singleStep">
218
           <double>5.000000000000000</double>
219
          </property>
220
         </widget>
221
        </item>
222
       </layout>
223
      </item>
224
     </layout>
225
    </widget>
226
   </item>
227
  </layout>
228
 </widget>
229
 <layoutdefault spacing="6" margin="11"/>
230
 <customwidgets>
231
  <customwidget>
232
   <class>Gui::QuantitySpinBox</class>
233
   <extends>QWidget</extends>
234
   <header>Gui/QuantitySpinBox.h</header>
235
  </customwidget>
236
  <customwidget>
237
   <class>Gui::DoubleSpinBox</class>
238
   <extends>QDoubleSpinBox</extends>
239
   <header>Gui/SpinBox.h</header>
240
  </customwidget>
241
 </customwidgets>
242
 <resources/>
243
 <connections/>
244
</ui>
245

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

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

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

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