FreeCAD

Форк
0
/
DlgParameter.ui 
145 строк · 3.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <author/>
4
 <comment/>
5
 <exportmacro/>
6
 <class>Gui::Dialog::DlgParameter</class>
7
 <widget class="QDialog" name="Gui::Dialog::DlgParameter">
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>657</width>
13
    <height>558</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Parameter Editor</string>
18
  </property>
19
  <property name="sizeGripEnabled">
20
   <bool>true</bool>
21
  </property>
22
  <property name="modal">
23
   <bool>true</bool>
24
  </property>
25
  <layout class="QGridLayout">
26
   <property name="margin">
27
    <number>9</number>
28
   </property>
29
   <property name="spacing">
30
    <number>6</number>
31
   </property>
32
   <item row="0" column="0">
33
    <widget class="QComboBox" name="parameterSet"/>
34
   </item>
35
  <item row="1" column="0">
36
    <widget class="QSplitter" name="splitter3">
37
     <property name="orientation">
38
      <enum>Qt::Horizontal</enum>
39
     </property>
40
    </widget>
41
   </item>
42
   <item row="2" column="0">
43
    <layout class="QHBoxLayout">
44
     <property name="margin">
45
      <number>0</number>
46
     </property>
47
     <property name="spacing">
48
      <number>6</number>
49
     </property>
50
     <item>
51
      <widget class="QCheckBox" name="checkSort">
52
       <property name="text">
53
        <string>Sorted</string>
54
       </property>
55
       <property name="checked">
56
        <bool>true</bool>
57
       </property>
58
      </widget>
59
     </item>
60
     <item>
61
      <widget class="QLabel" name="quickSearch">
62
       <property name="text">
63
        <string>Quick search</string>
64
       </property>
65
      </widget>
66
     </item>
67
     <item>
68
      <widget class="QLineEdit" name="findGroupLE">
69
       <property name="toolTip">
70
        <string>Type in a group name to find it</string>
71
       </property>
72
       <property name="placeholderText">
73
        <string>Search Group</string>
74
       </property>
75
       <property name="sizePolicy">
76
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
77
         <horstretch>0</horstretch>
78
         <verstretch>0</verstretch>
79
        </sizepolicy>
80
       </property>
81
      </widget>
82
     </item>
83
     <item>
84
      <widget class="QPushButton" name="buttonFind">
85
       <property name="text">
86
        <string>Find...</string>
87
       </property>
88
      </widget>
89
     </item>
90
     <item>
91
      <spacer>
92
       <property name="orientation">
93
        <enum>Qt::Horizontal</enum>
94
       </property>
95
       <property name="sizeType">
96
        <enum>QSizePolicy::Expanding</enum>
97
       </property>
98
       <property name="sizeHint">
99
        <size>
100
         <width>351</width>
101
         <height>27</height>
102
        </size>
103
       </property>
104
      </spacer>
105
     </item>
106
     <item>
107
      <widget class="QPushButton" name="buttonSaveToDisk">
108
       <property name="text">
109
        <string>Save to disk</string>
110
       </property>
111
       <property name="shortcut">
112
        <string>Alt+C</string>
113
       </property>
114
       <property name="autoDefault">
115
        <bool>true</bool>
116
       </property>
117
       <property name="default">
118
        <bool>true</bool>
119
       </property>
120
      </widget>
121
     </item>
122
     <item>
123
      <widget class="QPushButton" name="closeButton">
124
       <property name="text">
125
        <string>&amp;Close</string>
126
       </property>
127
       <property name="shortcut">
128
        <string>Alt+C</string>
129
       </property>
130
       <property name="autoDefault">
131
        <bool>true</bool>
132
       </property>
133
       <property name="default">
134
        <bool>true</bool>
135
       </property>
136
      </widget>
137
     </item>
138
    </layout>
139
   </item>
140
   </layout>
141
 </widget>
142
 <layoutdefault spacing="6" margin="11"/>
143
 <resources/>
144
 <connections/>
145
</ui>
146

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

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

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

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