FreeCAD

Форк
0
/
TaskFilling.ui 
213 строк · 6.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SurfaceGui::TaskFilling</class>
4
 <widget class="QWidget" name="SurfaceGui::TaskFilling">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>356</width>
10
    <height>467</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Boundaries</string>
21
  </property>
22
  <layout class="QGridLayout" name="gridLayout_2">
23
   <item row="0" column="0">
24
    <layout class="QHBoxLayout" name="horizontalLayout_2">
25
     <item>
26
      <widget class="QPushButton" name="buttonInitFace">
27
       <property name="text">
28
        <string>Support surface</string>
29
       </property>
30
      </widget>
31
     </item>
32
     <item>
33
      <widget class="Gui::ClearLineEdit" name="lineInitFaceName">
34
       <property name="readOnly">
35
        <bool>true</bool>
36
       </property>
37
      </widget>
38
     </item>
39
    </layout>
40
   </item>
41
   <item row="2" column="0">
42
    <widget class="QGroupBox" name="groupBox">
43
     <property name="toolTip">
44
      <string>Add the edges that will limit the surface.</string>
45
     </property>
46
     <property name="title">
47
      <string>Boundary edges</string>
48
     </property>
49
     <layout class="QGridLayout" name="gridLayout">
50
      <item row="0" column="0" colspan="3">
51
       <layout class="QHBoxLayout" name="horizontalLayout">
52
        <item>
53
         <widget class="QToolButton" name="buttonEdgeAdd">
54
          <property name="enabled">
55
           <bool>true</bool>
56
          </property>
57
          <property name="sizePolicy">
58
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
59
            <horstretch>0</horstretch>
60
            <verstretch>0</verstretch>
61
           </sizepolicy>
62
          </property>
63
          <property name="text">
64
           <string>Add Edge</string>
65
          </property>
66
          <property name="checkable">
67
           <bool>true</bool>
68
          </property>
69
          <property name="checked">
70
           <bool>false</bool>
71
          </property>
72
         </widget>
73
        </item>
74
        <item>
75
         <widget class="QToolButton" name="buttonEdgeRemove">
76
          <property name="sizePolicy">
77
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
78
            <horstretch>0</horstretch>
79
            <verstretch>0</verstretch>
80
           </sizepolicy>
81
          </property>
82
          <property name="text">
83
           <string>Remove Edge</string>
84
          </property>
85
          <property name="checkable">
86
           <bool>true</bool>
87
          </property>
88
         </widget>
89
        </item>
90
       </layout>
91
      </item>
92
      <item row="1" column="0" colspan="3">
93
       <widget class="QListWidget" name="listBoundary">
94
        <property name="toolTip">
95
         <string>Drag the items to reorder the list</string>
96
        </property>
97
        <property name="dragDropMode">
98
         <enum>QAbstractItemView::InternalMove</enum>
99
        </property>
100
       </widget>
101
      </item>
102
      <item row="2" column="0" colspan="3">
103
       <widget class="QLabel" name="label_3">
104
        <property name="sizePolicy">
105
         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
106
          <horstretch>0</horstretch>
107
          <verstretch>0</verstretch>
108
         </sizepolicy>
109
        </property>
110
        <property name="text">
111
         <string>Drag the items to reorder the list.</string>
112
        </property>
113
       </widget>
114
      </item>
115
      <item row="3" column="0" colspan="3">
116
       <widget class="QLabel" name="statusLabel">
117
        <property name="text">
118
         <string notr="true">Status messages</string>
119
        </property>
120
       </widget>
121
      </item>
122
     <item row="4" column="0">
123
       <widget class="QLabel" name="label">
124
        <property name="sizePolicy">
125
         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
126
          <horstretch>0</horstretch>
127
          <verstretch>0</verstretch>
128
         </sizepolicy>
129
        </property>
130
        <property name="text">
131
         <string>Faces:</string>
132
        </property>
133
       </widget>
134
      </item>
135
      <item row="4" column="1" colspan="2">
136
       <widget class="QComboBox" name="comboBoxFaces">
137
        <property name="enabled">
138
         <bool>false</bool>
139
        </property>
140
       </widget>
141
      </item>
142
      <item row="5" column="0">
143
       <widget class="QLabel" name="label_2">
144
        <property name="sizePolicy">
145
         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
146
          <horstretch>0</horstretch>
147
          <verstretch>0</verstretch>
148
         </sizepolicy>
149
        </property>
150
        <property name="text">
151
         <string>Continuity:</string>
152
        </property>
153
       </widget>
154
      </item>
155
      <item row="5" column="1" colspan="2">
156
       <widget class="QComboBox" name="comboBoxCont">
157
        <property name="enabled">
158
         <bool>false</bool>
159
        </property>
160
       </widget>
161
      </item>
162
      <item row="6" column="0">
163
       <spacer name="horizontalSpacer">
164
        <property name="orientation">
165
         <enum>Qt::Horizontal</enum>
166
        </property>
167
        <property name="sizeType">
168
         <enum>QSizePolicy::Maximum</enum>
169
        </property>
170
        <property name="sizeHint" stdset="0">
171
         <size>
172
          <width>74</width>
173
          <height>20</height>
174
         </size>
175
        </property>
176
       </spacer>
177
      </item>
178
      <item row="6" column="1">
179
       <widget class="QPushButton" name="buttonAccept">
180
        <property name="enabled">
181
         <bool>false</bool>
182
        </property>
183
        <property name="text">
184
         <string>Accept</string>
185
        </property>
186
       </widget>
187
      </item>
188
      <item row="6" column="2">
189
       <widget class="QPushButton" name="buttonIgnore">
190
        <property name="enabled">
191
         <bool>false</bool>
192
        </property>
193
        <property name="text">
194
         <string>Ignore</string>
195
        </property>
196
       </widget>
197
      </item>
198
      </layout>
199
    </widget>
200
   </item>
201
  </layout>
202
 </widget>
203
 <layoutdefault spacing="6" margin="11"/>
204
 <customwidgets>
205
  <customwidget>
206
   <class>Gui::ClearLineEdit</class>
207
   <extends>QLineEdit</extends>
208
   <header location="global">Gui/Widgets.h</header>
209
  </customwidget>
210
 </customwidgets>
211
 <resources/>
212
 <connections/>
213
</ui>
214

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

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

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

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