FreeCAD

Форк
0
/
TaskSurfaceFinishSymbols.ui 
188 строк · 5.0 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskSurfaceFinishSymbols</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskSurfaceFinishSymbols">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>274</width>
10
    <height>454</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>Surface Finish Symbols</string>
27
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout">
29
   <item>
30
    <layout class="QGridLayout" name="gridLayout">
31
     <item row="1" column="1">
32
      <widget class="QPushButton" name="pbIcon05">
33
       <property name="toolTip">
34
        <string>Material removal prohibited, whole part</string>
35
       </property>
36
       <property name="text">
37
        <string/>
38
       </property>
39
      </widget>
40
     </item>
41
     <item row="1" column="0">
42
      <widget class="QPushButton" name="pbIcon04">
43
       <property name="toolTip">
44
        <string>Any method allowed, whole part</string>
45
       </property>
46
       <property name="text">
47
        <string/>
48
       </property>
49
      </widget>
50
     </item>
51
     <item row="1" column="2">
52
      <widget class="QPushButton" name="pbIcon06">
53
       <property name="toolTip">
54
        <string>Material removal required, whole part</string>
55
       </property>
56
       <property name="text">
57
        <string/>
58
       </property>
59
      </widget>
60
     </item>
61
     <item row="0" column="2">
62
      <widget class="QPushButton" name="pbIcon03">
63
       <property name="toolTip">
64
        <string>Material removal required</string>
65
       </property>
66
       <property name="text">
67
        <string/>
68
       </property>
69
      </widget>
70
     </item>
71
     <item row="0" column="1">
72
      <widget class="QPushButton" name="pbIcon02">
73
       <property name="toolTip">
74
        <string>Material removal prohibited</string>
75
       </property>
76
       <property name="text">
77
        <string/>
78
       </property>
79
      </widget>
80
     </item>
81
     <item row="0" column="0">
82
      <widget class="QPushButton" name="pbIcon01">
83
       <property name="toolTip">
84
        <string>Any method allowed</string>
85
       </property>
86
       <property name="text">
87
        <string/>
88
       </property>
89
      </widget>
90
     </item>
91
    </layout>
92
   </item>
93
   <item>
94
    <layout class="QGridLayout" name="gridLayout_2">
95
     <item row="0" column="0">
96
      <widget class="QLabel" name="lbAngle">
97
       <property name="text">
98
        <string>Symbol angle:</string>
99
       </property>
100
      </widget>
101
     </item>
102
     <item row="0" column="1">
103
      <widget class="QLineEdit" name="leAngle">
104
       <property name="toolTip">
105
        <string>Rotation angle</string>
106
       </property>
107
       <property name="text">
108
        <string notr="true">0</string>
109
       </property>
110
      </widget>
111
     </item>
112
     <item row="1" column="0">
113
      <widget class="QRadioButton" name="rbISO">
114
       <property name="toolTip">
115
        <string>Use ISO standard</string>
116
       </property>
117
       <property name="text">
118
        <string>ISO</string>
119
       </property>
120
       <property name="checked">
121
        <bool>true</bool>
122
       </property>
123
      </widget>
124
     </item>
125
     <item row="1" column="1">
126
      <widget class="QRadioButton" name="rbASME">
127
       <property name="toolTip">
128
        <string>Use ASME standard</string>
129
       </property>
130
       <property name="text">
131
        <string>ASME</string>
132
       </property>
133
      </widget>
134
     </item>
135
    </layout>
136
   </item>
137
   <item>
138
    <widget class="QGraphicsView" name="graphicsView">
139
     <property name="sizePolicy">
140
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
141
       <horstretch>0</horstretch>
142
       <verstretch>0</verstretch>
143
      </sizepolicy>
144
     </property>
145
     <property name="minimumSize">
146
      <size>
147
       <width>0</width>
148
       <height>300</height>
149
      </size>
150
     </property>
151
     <property name="cursor" stdset="0">
152
      <cursorShape>ArrowCursor</cursorShape>
153
     </property>
154
     <property name="acceptDrops">
155
      <bool>false</bool>
156
     </property>
157
     <property name="frameShape">
158
      <enum>QFrame::NoFrame</enum>
159
     </property>
160
     <property name="lineWidth">
161
      <number>0</number>
162
     </property>
163
     <property name="backgroundBrush">
164
      <brush brushstyle="SolidPattern">
165
       <color alpha="255">
166
        <red>240</red>
167
        <green>240</green>
168
        <blue>240</blue>
169
       </color>
170
      </brush>
171
     </property>
172
     <property name="sceneRect">
173
      <rectf>
174
       <x>0.000000000000000</x>
175
       <y>0.000000000000000</y>
176
       <width>3.000000000000000</width>
177
       <height>0.000000000000000</height>
178
      </rectf>
179
     </property>
180
    </widget>
181
   </item>
182
  </layout>
183
 </widget>
184
 <resources>
185
  <include location="Resources/TechDraw.qrc"/>
186
 </resources>
187
 <connections/>
188
</ui>
189

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

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

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

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