FreeCAD

Форк
0
/
DlgProjectInformation.ui 
394 строки · 11.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Gui::Dialog::DlgProjectInformation</class>
4
 <widget class="QDialog" name="Gui::Dialog::DlgProjectInformation">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>597</width>
10
    <height>540</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Document information</string>
15
  </property>
16
  <property name="sizeGripEnabled">
17
   <bool>true</bool>
18
  </property>
19
  <property name="modal">
20
   <bool>true</bool>
21
  </property>
22
  <layout class="QGridLayout" name="gridLayout">
23
   <item row="0" column="0">
24
    <widget class="QGroupBox" name="groupBoxInfo">
25
     <property name="title">
26
      <string>Information</string>
27
     </property>
28
     <layout class="QGridLayout">
29
      <property name="leftMargin">
30
       <number>9</number>
31
      </property>
32
      <property name="topMargin">
33
       <number>9</number>
34
      </property>
35
      <property name="rightMargin">
36
       <number>9</number>
37
      </property>
38
      <property name="bottomMargin">
39
       <number>9</number>
40
      </property>
41
      <property name="spacing">
42
       <number>6</number>
43
      </property>
44
      <item row="0" column="0">
45
       <widget class="QLabel" name="textLabelName">
46
        <property name="text">
47
         <string>&amp;Name:</string>
48
        </property>
49
        <property name="alignment">
50
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
51
        </property>
52
        <property name="buddy">
53
         <cstring>lineEditName</cstring>
54
        </property>
55
       </widget>
56
      </item>
57
      <item row="0" column="1">
58
       <widget class="QLineEdit" name="lineEditName">
59
        <property name="minimumSize">
60
         <size>
61
          <width>0</width>
62
          <height>25</height>
63
         </size>
64
        </property>
65
        <property name="readOnly">
66
         <bool>true</bool>
67
        </property>
68
       </widget>
69
      </item>
70
      <item row="1" column="0">
71
       <widget class="QLabel" name="textLabelPath">
72
        <property name="text">
73
         <string>Path:</string>
74
        </property>
75
        <property name="alignment">
76
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
77
        </property>
78
       </widget>
79
      </item>
80
      <item row="1" column="1">
81
       <widget class="QLineEdit" name="lineEditPath">
82
        <property name="minimumSize">
83
         <size>
84
          <width>0</width>
85
          <height>25</height>
86
         </size>
87
        </property>
88
        <property name="readOnly">
89
         <bool>true</bool>
90
        </property>
91
       </widget>
92
      </item>
93
      <item row="2" column="0">
94
       <widget class="QLabel" name="textLabelUuid">
95
        <property name="text">
96
         <string>UUID:</string>
97
        </property>
98
        <property name="alignment">
99
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
100
        </property>
101
       </widget>
102
      </item>
103
      <item row="2" column="1">
104
       <widget class="QLineEdit" name="lineEditUuid">
105
        <property name="minimumSize">
106
         <size>
107
          <width>0</width>
108
          <height>25</height>
109
         </size>
110
        </property>
111
        <property name="readOnly">
112
         <bool>true</bool>
113
        </property>
114
       </widget>
115
      </item>
116
      <item row="3" column="0">
117
       <widget class="QLabel" name="textLabelProgramVersion">
118
        <property name="text">
119
         <string>Program version:</string>
120
        </property>
121
        <property name="alignment">
122
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
123
        </property>
124
       </widget>
125
      </item>
126
      <item row="3" column="1">
127
       <widget class="QLineEdit" name="lineEditProgramVersion">
128
        <property name="minimumSize">
129
         <size>
130
          <width>0</width>
131
          <height>25</height>
132
         </size>
133
        </property>
134
        <property name="readOnly">
135
         <bool>true</bool>
136
        </property>
137
       </widget>
138
      </item>
139
      <item row="4" column="0">
140
       <widget class="QLabel" name="textLabelUnitSystem">
141
        <property name="text">
142
         <string>Unit System:</string>
143
        </property>
144
        <property name="alignment">
145
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
146
        </property>
147
       </widget>
148
      </item>
149
      <item row="4" column="1">
150
        <widget class="QComboBox" name="comboBox_unitSystem">
151
         <property name="toolTip">
152
          <string>Unit system for this file</string>
153
         </property>
154
        </widget>
155
      </item>
156
      <item row="5" column="0">
157
       <widget class="QLabel" name="textLabelCreator">
158
        <property name="text">
159
         <string>Created &amp;by:</string>
160
        </property>
161
        <property name="alignment">
162
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
163
        </property>
164
        <property name="buddy">
165
         <cstring>lineEditCreator</cstring>
166
        </property>
167
       </widget>
168
      </item>
169
      <item row="5" column="1">
170
       <widget class="QLineEdit" name="lineEditCreator">
171
        <property name="minimumSize">
172
         <size>
173
          <width>0</width>
174
          <height>25</height>
175
         </size>
176
        </property>
177
       </widget>
178
      </item>
179
      <item row="6" column="0">
180
       <widget class="QLabel" name="textLabelCreateDate">
181
        <property name="text">
182
         <string>Creation &amp;date:</string>
183
        </property>
184
        <property name="alignment">
185
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
186
        </property>
187
        <property name="buddy">
188
         <cstring>lineEditDate</cstring>
189
        </property>
190
       </widget>
191
      </item>
192
      <item row="6" column="1">
193
       <widget class="QLineEdit" name="lineEditDate">
194
        <property name="minimumSize">
195
         <size>
196
          <width>0</width>
197
          <height>25</height>
198
         </size>
199
        </property>
200
        <property name="readOnly">
201
         <bool>true</bool>
202
        </property>
203
       </widget>
204
      </item>
205
      <item row="7" column="0">
206
       <widget class="QLabel" name="textLabelLastMod">
207
        <property name="text">
208
         <string>&amp;Last modified by:</string>
209
        </property>
210
        <property name="alignment">
211
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
212
        </property>
213
        <property name="buddy">
214
         <cstring>lineEditLastMod</cstring>
215
        </property>
216
       </widget>
217
      </item>
218
      <item row="7" column="1">
219
       <widget class="QLineEdit" name="lineEditLastMod">
220
        <property name="minimumSize">
221
         <size>
222
          <width>0</width>
223
          <height>25</height>
224
         </size>
225
        </property>
226
       </widget>
227
      </item>
228
      <item row="8" column="0">
229
       <widget class="QLabel" name="textLabelLastModDate">
230
        <property name="text">
231
         <string>Last &amp;modification date:</string>
232
        </property>
233
        <property name="alignment">
234
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
235
        </property>
236
        <property name="buddy">
237
         <cstring>lineEditLastModDate</cstring>
238
        </property>
239
       </widget>
240
      </item>
241
      <item row="8" column="1">
242
       <widget class="QLineEdit" name="lineEditLastModDate">
243
        <property name="minimumSize">
244
         <size>
245
          <width>0</width>
246
          <height>25</height>
247
         </size>
248
        </property>
249
        <property name="readOnly">
250
         <bool>true</bool>
251
        </property>
252
       </widget>
253
      </item>
254
      <item row="9" column="0">
255
       <widget class="QLabel" name="textLabelCompany">
256
        <property name="text">
257
         <string>Com&amp;pany:</string>
258
        </property>
259
        <property name="alignment">
260
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
261
        </property>
262
        <property name="buddy">
263
         <cstring>lineEditCompany</cstring>
264
        </property>
265
       </widget>
266
      </item>
267
      <item row="9" column="1">
268
       <widget class="QLineEdit" name="lineEditCompany">
269
        <property name="minimumSize">
270
         <size>
271
          <width>0</width>
272
          <height>25</height>
273
         </size>
274
        </property>
275
       </widget>
276
      </item>
277
      <item row="10" column="0">
278
       <widget class="QLabel" name="textLabelLicense">
279
        <property name="text">
280
         <string>License information:</string>
281
        </property>
282
        <property name="alignment">
283
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
284
        </property>
285
       </widget>
286
      </item>
287
      <item row="10" column="1">
288
       <widget class="QComboBox" name="comboLicense"/>
289
      </item>
290
      <item row="11" column="0">
291
       <widget class="QLabel" name="textLabelLicenseURL">
292
        <property name="text">
293
         <string>License URL</string>
294
        </property>
295
        <property name="alignment">
296
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
297
        </property>
298
       </widget>
299
      </item>
300
      <item row="11" column="1">
301
       <layout class="QHBoxLayout" name="horizontalLayout_2">
302
        <item>
303
         <widget class="QLineEdit" name="lineEditLicenseURL"/>
304
        </item>
305
        <item>
306
         <widget class="QPushButton" name="pushButtonOpenURL">
307
          <property name="text">
308
           <string>Open in browser</string>
309
          </property>
310
         </widget>
311
        </item>
312
       </layout>
313
      </item>
314
      <item row="12" column="0">
315
       <widget class="QLabel" name="textLabelComment">
316
        <property name="text">
317
         <string>&amp;Comment:</string>
318
        </property>
319
        <property name="alignment">
320
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
321
        </property>
322
        <property name="buddy">
323
         <cstring>textEditComment</cstring>
324
        </property>
325
       </widget>
326
      </item>
327
      <item row="12" column="1" rowspan="2">
328
       <widget class="QTextEdit" name="textEditComment"/>
329
      </item>
330
      <item row="13" column="0">
331
       <spacer>
332
        <property name="orientation">
333
         <enum>Qt::Vertical</enum>
334
        </property>
335
        <property name="sizeType">
336
         <enum>QSizePolicy::Expanding</enum>
337
        </property>
338
        <property name="sizeHint" stdset="0">
339
         <size>
340
          <width>91</width>
341
          <height>240</height>
342
         </size>
343
        </property>
344
       </spacer>
345
      </item>
346
     </layout>
347
    </widget>
348
   </item>
349
   <item row="1" column="0">
350
    <widget class="QDialogButtonBox" name="buttonBox">
351
     <property name="standardButtons">
352
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
353
     </property>
354
    </widget>
355
   </item>
356
  </layout>
357
 </widget>
358
 <layoutdefault spacing="6" margin="11"/>
359
 <resources/>
360
 <connections>
361
  <connection>
362
   <sender>buttonBox</sender>
363
   <signal>accepted()</signal>
364
   <receiver>Gui::Dialog::DlgProjectInformation</receiver>
365
   <slot>accept()</slot>
366
   <hints>
367
    <hint type="sourcelabel">
368
     <x>298</x>
369
     <y>518</y>
370
    </hint>
371
    <hint type="destinationlabel">
372
     <x>298</x>
373
     <y>269</y>
374
    </hint>
375
   </hints>
376
  </connection>
377
  <connection>
378
   <sender>buttonBox</sender>
379
   <signal>rejected()</signal>
380
   <receiver>Gui::Dialog::DlgProjectInformation</receiver>
381
   <slot>reject()</slot>
382
   <hints>
383
    <hint type="sourcelabel">
384
     <x>298</x>
385
     <y>518</y>
386
    </hint>
387
    <hint type="destinationlabel">
388
     <x>298</x>
389
     <y>269</y>
390
    </hint>
391
   </hints>
392
  </connection>
393
 </connections>
394
</ui>
395

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

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

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

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