FreeCAD

Форк
0
/
TaskFaceAppearances.ui 
147 строк · 4.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>PartGui::TaskFaceAppearances</class>
4
 <widget class="QWidget" name="PartGui::TaskFaceAppearances">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>247</width>
10
    <height>219</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Set appearance per face</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="QLabel" name="label">
19
     <property name="text">
20
      <string>Click on the faces in the 3D view to select them</string>
21
     </property>
22
    </widget>
23
   </item>
24
   <item>
25
    <widget class="QGroupBox" name="groupBox">
26
     <property name="title">
27
      <string notr="true">Group box</string>
28
     </property>
29
     <layout class="QVBoxLayout" name="verticalLayout_2">
30
      <item>
31
       <layout class="QHBoxLayout" name="horizontalLayout">
32
        <item>
33
         <widget class="QLabel" name="faceLabel">
34
          <property name="sizePolicy">
35
           <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
36
            <horstretch>0</horstretch>
37
            <verstretch>0</verstretch>
38
           </sizepolicy>
39
          </property>
40
          <property name="text">
41
           <string>Faces:</string>
42
          </property>
43
         </widget>
44
        </item>
45
        <item>
46
         <widget class="QLabel" name="labelElement">
47
          <property name="text">
48
           <string notr="true">[]</string>
49
          </property>
50
         </widget>
51
        </item>
52
       </layout>
53
      </item>
54
      <item>
55
       <layout class="QHBoxLayout" name="horizontalLayout_2">
56
        <item>
57
         <widget class="MatGui::MaterialTreeWidget" name="widgetMaterial" native="true"/>
58
        </item>
59
       </layout>
60
      </item>
61
      <item>
62
       <layout class="QGridLayout" name="gridLayout">
63
        <item row="0" column="1">
64
         <widget class="QPushButton" name="buttonCustomAppearance">
65
          <property name="text">
66
           <string>...</string>
67
          </property>
68
         </widget>
69
        </item>
70
        <item row="0" column="0">
71
         <widget class="QLabel" name="labelCustomAppearance">
72
          <property name="text">
73
           <string>Custom appearance:</string>
74
          </property>
75
         </widget>
76
        </item>
77
       </layout>
78
      </item>
79
     </layout>
80
    </widget>
81
   </item>
82
   <item>
83
    <layout class="QGridLayout" name="gridLayout_2">
84
     <item row="0" column="0">
85
      <widget class="QPushButton" name="defaultButton">
86
       <property name="toolTip">
87
        <string>Resets color for all faces of the part</string>
88
       </property>
89
       <property name="text">
90
        <string>Set to default</string>
91
       </property>
92
      </widget>
93
     </item>
94
     <item row="0" column="1">
95
      <widget class="QPushButton" name="boxSelection">
96
       <property name="toolTip">
97
        <string>When checked, you can select multiple faces
98
by dragging a selection rectangle in the 3D view</string>
99
       </property>
100
       <property name="text">
101
        <string>Box selection</string>
102
       </property>
103
       <property name="checkable">
104
        <bool>true</bool>
105
       </property>
106
       <property name="checked">
107
        <bool>false</bool>
108
       </property>
109
       <property name="autoDefault">
110
        <bool>false</bool>
111
       </property>
112
       <property name="default">
113
        <bool>false</bool>
114
       </property>
115
       <property name="flat">
116
        <bool>false</bool>
117
       </property>
118
      </widget>
119
     </item>
120
     <item row="0" column="2">
121
      <spacer name="horizontalSpacer">
122
       <property name="orientation">
123
        <enum>Qt::Horizontal</enum>
124
       </property>
125
       <property name="sizeHint" stdset="0">
126
        <size>
127
         <width>40</width>
128
         <height>20</height>
129
        </size>
130
       </property>
131
      </spacer>
132
     </item>
133
    </layout>
134
   </item>
135
  </layout>
136
 </widget>
137
 <customwidgets>
138
  <customwidget>
139
   <class>MatGui::MaterialTreeWidget</class>
140
   <extends>QWidget</extends>
141
   <header>Mod/Material/Gui/MaterialTreeWidget.h</header>
142
   <container>1</container>
143
  </customwidget>
144
 </customwidgets>
145
 <resources/>
146
 <connections/>
147
</ui>
148

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

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

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

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