FreeCAD

Форк
0
/
TaskFillingVertex.ui 
79 строк · 2.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SurfaceGui::TaskFillingVertex</class>
4
 <widget class="QWidget" name="SurfaceGui::TaskFillingVertex">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>390</width>
10
    <height>329</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Vertex constraints</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="toolTip">
20
      <string>Add vertices that will be used to constrain the surface,
21
that is, the surface will be forced to pass through these points.</string>
22
     </property>
23
     <property name="title">
24
      <string>Non-boundary vertices</string>
25
     </property>
26
     <layout class="QGridLayout" name="gridLayout">
27
      <item row="0" column="0">
28
       <layout class="QHBoxLayout" name="horizontalLayout">
29
        <item>
30
         <widget class="QToolButton" name="buttonVertexAdd">
31
          <property name="enabled">
32
           <bool>true</bool>
33
          </property>
34
          <property name="sizePolicy">
35
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
36
            <horstretch>0</horstretch>
37
            <verstretch>0</verstretch>
38
           </sizepolicy>
39
          </property>
40
          <property name="text">
41
           <string>Add Vertex</string>
42
          </property>
43
          <property name="checkable">
44
           <bool>true</bool>
45
          </property>
46
          <property name="checked">
47
           <bool>false</bool>
48
          </property>
49
         </widget>
50
        </item>
51
        <item>
52
         <widget class="QToolButton" name="buttonVertexRemove">
53
          <property name="sizePolicy">
54
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
55
            <horstretch>0</horstretch>
56
            <verstretch>0</verstretch>
57
           </sizepolicy>
58
          </property>
59
          <property name="text">
60
           <string>Remove Vertex</string>
61
          </property>
62
          <property name="checkable">
63
           <bool>true</bool>
64
          </property>
65
         </widget>
66
        </item>
67
       </layout>
68
      </item>
69
      <item row="1" column="0">
70
       <widget class="QListWidget" name="listFreeVertex"/>
71
      </item>
72
     </layout>
73
    </widget>
74
   </item>
75
  </layout>
76
 </widget>
77
 <resources/>
78
 <connections/>
79
</ui>
80

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

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

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

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