FreeCAD

Форк
0
/
TaskGeomHatch.ui 
269 строк · 8.1 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskGeomHatch</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskGeomHatch">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>385</width>
10
    <height>314</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" 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>Apply Geometric Hatch to Face</string>
27
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout_2">
29
   <item>
30
    <widget class="QGroupBox" name="groupBox">
31
     <property name="sizePolicy">
32
      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
33
       <horstretch>0</horstretch>
34
       <verstretch>0</verstretch>
35
      </sizepolicy>
36
     </property>
37
     <property name="title">
38
      <string>Define your pattern</string>
39
     </property>
40
     <layout class="QVBoxLayout" name="verticalLayout">
41
      <item>
42
       <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,1">
43
        <item row="0" column="0">
44
         <widget class="QLabel" name="label">
45
          <property name="text">
46
           <string>Pattern File</string>
47
          </property>
48
         </widget>
49
        </item>
50
        <item row="0" column="1">
51
         <widget class="Gui::FileChooser" name="fcFile">
52
          <property name="sizePolicy">
53
           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
54
            <horstretch>0</horstretch>
55
            <verstretch>0</verstretch>
56
           </sizepolicy>
57
          </property>
58
          <property name="toolTip">
59
           <string>The PAT file containing your pattern</string>
60
          </property>
61
         </widget>
62
        </item>
63
       </layout>
64
      </item>
65
      <item>
66
       <layout class="QGridLayout" name="gridLayout_2" columnstretch="1,0,1">
67
        <item row="1" column="0">
68
         <widget class="QLabel" name="label_2">
69
          <property name="text">
70
           <string>Pattern Scale</string>
71
          </property>
72
         </widget>
73
        </item>
74
        <item row="4" column="0">
75
         <widget class="QLabel" name="label_6">
76
          <property name="text">
77
           <string>Rotation</string>
78
          </property>
79
         </widget>
80
        </item>
81
        <item row="3" column="2">
82
         <widget class="Gui::ColorButton" name="ccColor">
83
          <property name="minimumSize">
84
           <size>
85
            <width>0</width>
86
            <height>22</height>
87
           </size>
88
          </property>
89
          <property name="toolTip">
90
           <string>Color of pattern lines</string>
91
          </property>
92
         </widget>
93
        </item>
94
        <item row="0" column="0">
95
         <widget class="QLabel" name="label_4">
96
          <property name="text">
97
           <string>Pattern Name</string>
98
          </property>
99
         </widget>
100
        </item>
101
        <item row="5" column="0">
102
         <widget class="QLabel" name="label_7">
103
          <property name="text">
104
           <string>Offset X</string>
105
          </property>
106
         </widget>
107
        </item>
108
        <item row="0" column="2">
109
         <widget class="QComboBox" name="cbName">
110
          <property name="minimumSize">
111
           <size>
112
            <width>0</width>
113
            <height>22</height>
114
           </size>
115
          </property>
116
          <property name="toolTip">
117
           <string>Name of pattern within file</string>
118
          </property>
119
         </widget>
120
        </item>
121
        <item row="2" column="0">
122
         <widget class="QLabel" name="label_5">
123
          <property name="text">
124
           <string>Line Weight</string>
125
          </property>
126
         </widget>
127
        </item>
128
        <item row="4" column="2">
129
         <widget class="QDoubleSpinBox" name="dsbRotation">
130
          <property name="wrapping">
131
           <bool>true</bool>
132
          </property>
133
          <property name="alignment">
134
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
135
          </property>
136
          <property name="minimum">
137
           <double>-360.000000000000000</double>
138
          </property>
139
          <property name="maximum">
140
           <double>360.000000000000000</double>
141
          </property>
142
         </widget>
143
        </item>
144
        <item row="2" column="2">
145
         <widget class="Gui::QuantitySpinBox" name="sbWeight">
146
          <property name="minimumSize">
147
           <size>
148
            <width>0</width>
149
            <height>22</height>
150
           </size>
151
          </property>
152
          <property name="toolTip">
153
           <string>Thickness of lines within the pattern</string>
154
          </property>
155
          <property name="alignment">
156
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
157
          </property>
158
          <property name="keyboardTracking">
159
           <bool>false</bool>
160
          </property>
161
          <property name="minimum">
162
           <double>0.001000000000000</double>
163
          </property>
164
          <property name="singleStep">
165
           <double>0.100000000000000</double>
166
          </property>
167
          <property name="value">
168
           <double>1.000000000000000</double>
169
          </property>
170
         </widget>
171
        </item>
172
        <item row="0" column="1">
173
         <spacer name="horizontalSpacer">
174
          <property name="orientation">
175
           <enum>Qt::Horizontal</enum>
176
          </property>
177
          <property name="sizeHint" stdset="0">
178
           <size>
179
            <width>40</width>
180
            <height>20</height>
181
           </size>
182
          </property>
183
         </spacer>
184
        </item>
185
        <item row="3" column="0">
186
         <widget class="QLabel" name="label_3">
187
          <property name="text">
188
           <string>Line Color</string>
189
          </property>
190
         </widget>
191
        </item>
192
        <item row="1" column="2">
193
         <widget class="Gui::QuantitySpinBox" name="sbScale">
194
          <property name="minimumSize">
195
           <size>
196
            <width>0</width>
197
            <height>22</height>
198
           </size>
199
          </property>
200
          <property name="toolTip">
201
           <string>Enlarges/shrinks the pattern</string>
202
          </property>
203
          <property name="alignment">
204
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
205
          </property>
206
          <property name="keyboardTracking">
207
           <bool>false</bool>
208
          </property>
209
          <property name="minimum">
210
           <double>0.100000000000000</double>
211
          </property>
212
          <property name="singleStep">
213
           <double>0.100000000000000</double>
214
          </property>
215
          <property name="value">
216
           <double>1.000000000000000</double>
217
          </property>
218
         </widget>
219
        </item>
220
        <item row="6" column="0">
221
         <widget class="QLabel" name="label_8">
222
          <property name="text">
223
           <string>Offset Y</string>
224
          </property>
225
         </widget>
226
        </item>
227
        <item row="5" column="2">
228
         <widget class="QDoubleSpinBox" name="dsbOffsetX">
229
          <property name="alignment">
230
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
231
          </property>
232
         </widget>
233
        </item>
234
        <item row="6" column="2">
235
         <widget class="QDoubleSpinBox" name="dsbOffsetY">
236
          <property name="alignment">
237
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
238
          </property>
239
         </widget>
240
        </item>
241
       </layout>
242
      </item>
243
     </layout>
244
    </widget>
245
   </item>
246
  </layout>
247
 </widget>
248
 <customwidgets>
249
  <customwidget>
250
   <class>Gui::FileChooser</class>
251
   <extends>QWidget</extends>
252
   <header>Gui/FileDialog.h</header>
253
  </customwidget>
254
  <customwidget>
255
   <class>Gui::QuantitySpinBox</class>
256
   <extends>QWidget</extends>
257
   <header>Gui/QuantitySpinBox.h</header>
258
  </customwidget>
259
  <customwidget>
260
   <class>Gui::ColorButton</class>
261
   <extends>QPushButton</extends>
262
   <header>Gui/Widgets.h</header>
263
  </customwidget>
264
 </customwidgets>
265
 <resources>
266
  <include location="Resources/TechDraw.qrc"/>
267
 </resources>
268
 <connections/>
269
</ui>
270

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

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

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

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