FreeCAD

Форк
0
/
TaskSketcherElements.ui 
127 строк · 3.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SketcherGui::TaskSketcherElements</class>
4
 <widget class="QWidget" name="SketcherGui::TaskSketcherElements">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>220</width>
10
    <height>400</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="settingsButton">
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="toolTip">
81
        <string>Settings</string>
82
       </property>
83
       <property name="text">
84
        <string/>
85
       </property>
86
       <property name="icon">
87
        <iconset resource="Resources/Sketcher.qrc">
88
        <normaloff>:/icons/dialogs/Sketcher_Settings.svg</normaloff>:/icons/dialogs/Sketcher_Settings.svg</iconset>
89
       </property>
90
       <property name="popupMode">
91
        <enum>QToolButton::MenuButtonPopup</enum>
92
       </property>
93
      </widget>
94
     </item>
95
    </layout>
96
   </item>
97
   <item>
98
    <widget class="ElementView" name="listWidgetElements">
99
     <property name="sizePolicy">
100
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
101
       <horstretch>0</horstretch>
102
       <verstretch>0</verstretch>
103
      </sizepolicy>
104
     </property>
105
     <property name="iconSize">
106
      <size>
107
       <width>24</width>
108
       <height>24</height>
109
      </size>
110
     </property>
111
     <property name="modelColumn">
112
      <number>0</number>
113
     </property>
114
    </widget>
115
   </item>
116
  </layout>
117
 </widget>
118
 <customwidgets>
119
  <customwidget>
120
   <class>ElementView</class>
121
   <extends>QListWidget</extends>
122
   <header location="global">QListWidget</header>
123
  </customwidget>
124
 </customwidgets>
125
 <resources/>
126
 <connections/>
127
</ui>
128

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

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

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

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