FreeCAD

Форк
0
/
DlgActions.ui 
269 строк · 7.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <author/>
4
 <comment/>
5
 <exportmacro/>
6
 <class>Gui::Dialog::DlgCustomActions</class>
7
 <widget class="QWidget" name="Gui::Dialog::DlgCustomActions">
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>523</width>
13
    <height>383</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Macros</string>
18
  </property>
19
  <layout class="QGridLayout">
20
   <property name="margin">
21
    <number>9</number>
22
   </property>
23
   <property name="spacing">
24
    <number>6</number>
25
   </property>
26
   <item row="0" column="0">
27
    <widget class="QGroupBox" name="GroupBox7">
28
     <property name="title">
29
      <string>Setup Custom Macros</string>
30
     </property>
31
     <layout class="QGridLayout">
32
      <property name="margin">
33
       <number>9</number>
34
      </property>
35
      <property name="spacing">
36
       <number>6</number>
37
      </property>
38
      <item rowspan="9" row="0" column="0">
39
       <widget class="QTreeWidget" name="actionListWidget">
40
        <property name="maximumSize">
41
         <size>
42
          <width>150</width>
43
          <height>16777215</height>
44
         </size>
45
        </property>
46
        <property name="rootIsDecorated">
47
         <bool>false</bool>
48
        </property>
49
       </widget>
50
      </item>
51
      <item row="0" column="1">
52
       <widget class="QLabel" name="TextLabel1_3">
53
        <property name="text">
54
         <string>Macro:</string>
55
        </property>
56
       </widget>
57
      </item>
58
      <item row="0" column="2" colspan="4">
59
       <widget class="QComboBox" name="actionMacros"/>
60
      </item>
61
      <item row="1" column="1">
62
       <widget class="QLabel" name="TextLabel3">
63
        <property name="text">
64
         <string>Menu text:</string>
65
        </property>
66
       </widget>
67
      </item>
68
      <item row="1" column="2" colspan="4">
69
       <widget class="QLineEdit" name="actionMenu"/>
70
      </item>
71
      <item row="2" column="1">
72
       <widget class="QLabel" name="TextLabel2_2">
73
        <property name="text">
74
         <string>Tool tip:</string>
75
        </property>
76
       </widget>
77
      </item>
78
      <item row="2" column="2" colspan="4">
79
       <widget class="QLineEdit" name="actionToolTip">
80
        <property name="sizePolicy">
81
         <sizepolicy>
82
          <hsizetype>7</hsizetype>
83
          <vsizetype>0</vsizetype>
84
          <horstretch>0</horstretch>
85
          <verstretch>0</verstretch>
86
         </sizepolicy>
87
        </property>
88
       </widget>
89
      </item>
90
      <item row="3" column="1">
91
       <widget class="QLabel" name="TextLabel3_2">
92
        <property name="text">
93
         <string>Status text:</string>
94
        </property>
95
       </widget>
96
      </item>
97
      <item row="3" column="2" colspan="4">
98
       <widget class="QLineEdit" name="actionStatus"/>
99
      </item>
100
      <item row="4" column="1">
101
       <widget class="QLabel" name="TextLabel2">
102
        <property name="text">
103
         <string>What's this:</string>
104
        </property>
105
       </widget>
106
      </item>
107
      <item row="4" column="2" colspan="4">
108
       <widget class="QLineEdit" name="actionWhatsThis"/>
109
      </item>
110
      <item row="5" column="1">
111
       <widget class="QLabel" name="TextLabel1">
112
        <property name="text">
113
         <string>Accelerator:</string>
114
        </property>
115
       </widget>
116
      </item>
117
      <item row="5" column="2" colspan="4">
118
       <widget class="Gui::AccelLineEdit" name="actionAccel"/>
119
      </item>
120
      <item row="6" column="1">
121
       <widget class="QLabel" name="TextLabel5_2">
122
        <property name="text">
123
         <string>Pixmap</string>
124
        </property>
125
       </widget>
126
      </item>
127
      <item row="6" column="2">
128
       <widget class="QToolButton" name="buttonChoosePixmap">
129
        <property name="sizePolicy">
130
         <sizepolicy>
131
          <hsizetype>0</hsizetype>
132
          <vsizetype>0</vsizetype>
133
          <horstretch>0</horstretch>
134
          <verstretch>0</verstretch>
135
         </sizepolicy>
136
        </property>
137
        <property name="minimumSize">
138
         <size>
139
          <width>40</width>
140
          <height>30</height>
141
         </size>
142
        </property>
143
        <property name="maximumSize">
144
         <size>
145
          <width>40</width>
146
          <height>30</height>
147
         </size>
148
        </property>
149
        <property name="text">
150
         <string notr="true">...</string>
151
        </property>
152
       </widget>
153
      </item>
154
      <item row="6" column="3">
155
       <widget class="QLabel" name="pixmapLabel">
156
        <property name="minimumSize">
157
         <size>
158
          <width>40</width>
159
          <height>40</height>
160
         </size>
161
        </property>
162
        <property name="maximumSize">
163
         <size>
164
          <width>40</width>
165
          <height>40</height>
166
         </size>
167
        </property>
168
        <property name="scaledContents">
169
         <bool>true</bool>
170
        </property>
171
       </widget>
172
      </item>
173
      <item row="6" column="4" colspan="2">
174
       <spacer>
175
        <property name="orientation">
176
         <enum>Qt::Horizontal</enum>
177
        </property>
178
        <property name="sizeType">
179
         <enum>QSizePolicy::Expanding</enum>
180
        </property>
181
        <property name="sizeHint">
182
         <size>
183
          <width>20</width>
184
          <height>20</height>
185
         </size>
186
        </property>
187
       </spacer>
188
      </item>
189
      <item row="7" column="1">
190
       <spacer>
191
        <property name="orientation">
192
         <enum>Qt::Vertical</enum>
193
        </property>
194
        <property name="sizeType">
195
         <enum>QSizePolicy::Expanding</enum>
196
        </property>
197
        <property name="sizeHint">
198
         <size>
199
          <width>20</width>
200
          <height>20</height>
201
         </size>
202
        </property>
203
       </spacer>
204
      </item>
205
      <item row="8" column="1">
206
       <widget class="QPushButton" name="buttonAddAction">
207
        <property name="text">
208
         <string>Add</string>
209
        </property>
210
       </widget>
211
      </item>
212
      <item row="8" column="2" colspan="2">
213
       <widget class="QPushButton" name="buttonRemoveAction">
214
        <property name="text">
215
         <string>Remove</string>
216
        </property>
217
       </widget>
218
      </item>
219
      <item row="8" column="4">
220
       <widget class="QPushButton" name="buttonReplaceAction">
221
        <property name="text">
222
         <string>Replace</string>
223
        </property>
224
       </widget>
225
      </item>
226
     <item row="8" column="5">
227
       <spacer>
228
        <property name="orientation">
229
         <enum>Qt::Horizontal</enum>
230
        </property>
231
        <property name="sizeType">
232
         <enum>QSizePolicy::Expanding</enum>
233
        </property>
234
        <property name="sizeHint">
235
         <size>
236
          <width>41</width>
237
          <height>20</height>
238
         </size>
239
        </property>
240
       </spacer>
241
      </item>
242
      </layout>
243
    </widget>
244
   </item>
245
  </layout>
246
 </widget>
247
 <layoutdefault spacing="6" margin="11"/>
248
 <customwidgets>
249
  <customwidget>
250
   <class>Gui::AccelLineEdit</class>
251
   <extends>QLineEdit</extends>
252
   <header>Gui/Widgets.h</header>
253
   <container>0</container>
254
   <pixmap/>
255
  </customwidget>
256
 </customwidgets>
257
 <tabstops>
258
  <tabstop>actionMacros</tabstop>
259
  <tabstop>actionMenu</tabstop>
260
  <tabstop>actionToolTip</tabstop>
261
  <tabstop>actionStatus</tabstop>
262
  <tabstop>actionWhatsThis</tabstop>
263
  <tabstop>actionAccel</tabstop>
264
  <tabstop>buttonAddAction</tabstop>
265
  <tabstop>buttonRemoveAction</tabstop>
266
 </tabstops>
267
 <resources/>
268
 <connections/>
269
</ui>
270

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

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

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

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