FreeCAD

Форк
0
/
TaskSketcherConstraints.ui 
155 строк · 4.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SketcherGui::TaskSketcherConstraints</class>
4
 <widget class="QWidget" name="SketcherGui::TaskSketcherConstraints">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>299</width>
10
    <height>350</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>16777215</width>
22
    <height>350</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string notr="true">Form</string>
27
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout">
29
   <item>
30
    <layout class="QHBoxLayout" name="horizontalLayout1">
31
     <item>
32
      <widget class="QCheckBox" name="filterBox">
33
       <property name="sizePolicy">
34
        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
35
         <horstretch>0</horstretch>
36
         <verstretch>0</verstretch>
37
        </sizepolicy>
38
       </property>
39
       <property name="toolTip">
40
        <string>Check to toggle filters</string>
41
       </property>
42
       <property name="styleSheet">
43
        <string notr="true">padding-right: 0px; margin-right: 0px</string>
44
       </property>
45
       <property name="text">
46
        <string notr="true"></string>
47
       </property>
48
      </widget>
49
     </item>
50
   <item>
51
      <widget class="QToolButton" name="filterButton">
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>Click to show filters</string>
60
       </property>
61
       <property name="styleSheet">
62
        <string notr="true">padding-left: 0px; margin-left: 0px</string>
63
       </property>
64
       <property name="text">
65
        <string>Filters</string>
66
       </property>
67
       <property name="popupMode">
68
        <enum>QToolButton::MenuButtonPopup</enum>
69
       </property>
70
      </widget>
71
     </item>
72
     <item>
73
      <widget class="QToolButton" name="showHideButton">
74
       <property name="sizePolicy">
75
        <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
76
         <horstretch>0</horstretch>
77
         <verstretch>0</verstretch>
78
        </sizepolicy>
79
       </property>
80
       <property name="minimumSize">
81
        <size>
82
         <width>0</width>
83
         <height>0</height>
84
        </size>
85
       </property>
86
       <property name="toolTip">
87
        <string>Show/hide all listed constraints from 3D view. (same as ticking/unticking all listed constraints in list below)</string>
88
       </property>
89
       <property name="text">
90
        <string/>
91
       </property>
92
       <property name="icon">
93
        <iconset resource="Resources/Sketcher.qrc">
94
         <normaloff>:/icons/Std_ToggleVisibility.svg</normaloff>:/icons/Std_ToggleVisibility.svg</iconset>
95
       </property>
96
      </widget>
97
     </item>
98
     <item>
99
      <widget class="QToolButton" name="settingsButton">
100
       <property name="sizePolicy">
101
        <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
102
         <horstretch>0</horstretch>
103
         <verstretch>0</verstretch>
104
        </sizepolicy>
105
       </property>
106
       <property name="toolTip">
107
        <string>Settings</string>
108
       </property>
109
       <property name="text">
110
        <string/>
111
       </property>
112
       <property name="icon">
113
        <iconset resource="Resources/Sketcher.qrc">
114
         <normaloff>:/icons/dialogs/Sketcher_Settings.svg</normaloff>:/icons/dialogs/Sketcher_Settings.svg</iconset>
115
       </property>
116
       <property name="popupMode">
117
        <enum>QToolButton::MenuButtonPopup</enum>
118
       </property>
119
      </widget>
120
     </item>
121
    </layout>
122
   </item>
123
   <item>
124
    <widget class="ConstraintView" name="listWidgetConstraints">
125
     <property name="sizePolicy">
126
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
127
       <horstretch>0</horstretch>
128
       <verstretch>0</verstretch>
129
      </sizepolicy>
130
     </property>
131
     <property name="iconSize">
132
      <size>
133
       <width>24</width>
134
       <height>24</height>
135
      </size>
136
     </property>
137
     <property name="modelColumn">
138
      <number>0</number>
139
     </property>
140
    </widget>
141
   </item>
142
  </layout>
143
 </widget>
144
 <customwidgets>
145
  <customwidget>
146
   <class>ConstraintView</class>
147
   <extends>QListWidget</extends>
148
   <header location="global">QListWidget</header>
149
  </customwidget>
150
 </customwidgets>
151
 <resources>
152
  <include location="Resources/Sketcher.qrc"/>
153
 </resources>
154
 <connections/>
155
</ui>
156

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

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

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

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