FreeCAD

Форк
0
/
DlgCreateNewPreferencePack.ui 
105 строк · 2.5 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Gui::Dialog::DlgCreateNewPreferencePack</class>
4
 <widget class="QDialog" name="Gui::Dialog::DlgCreateNewPreferencePack">
5
  <property name="windowModality">
6
   <enum>Qt::ApplicationModal</enum>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>580</width>
13
    <height>520</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Create New Preference Pack</string>
18
  </property>
19
  <property name="modal">
20
   <bool>true</bool>
21
  </property>
22
  <layout class="QVBoxLayout" name="verticalLayout">
23
   <item>
24
    <layout class="QHBoxLayout" name="horizontalLayout">
25
     <item>
26
      <widget class="QLabel" name="label">
27
       <property name="text">
28
        <string>Name</string>
29
       </property>
30
      </widget>
31
     </item>
32
     <item>
33
      <widget class="QLineEdit" name="lineEdit"/>
34
     </item>
35
    </layout>
36
   </item>
37
   <item>
38
    <widget class="QTreeWidget" name="treeWidget">
39
     <property name="columnCount">
40
      <number>1</number>
41
     </property>
42
     <attribute name="headerMinimumSectionSize">
43
      <number>50</number>
44
     </attribute>
45
     <attribute name="headerDefaultSectionSize">
46
      <number>250</number>
47
     </attribute>
48
     <attribute name="headerShowSortIndicator" stdset="0">
49
      <bool>true</bool>
50
     </attribute>
51
     <column>
52
      <property name="text">
53
       <string>Property group templates</string>
54
      </property>
55
     </column>
56
    </widget>
57
   </item>
58
   <item>
59
    <widget class="QDialogButtonBox" name="buttonBox">
60
     <property name="orientation">
61
      <enum>Qt::Horizontal</enum>
62
     </property>
63
     <property name="standardButtons">
64
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65
     </property>
66
    </widget>
67
   </item>
68
  </layout>
69
 </widget>
70
 <resources/>
71
 <connections>
72
  <connection>
73
   <sender>buttonBox</sender>
74
   <signal>accepted()</signal>
75
   <receiver>Gui::Dialog::DlgCreateNewPreferencePack</receiver>
76
   <slot>accept()</slot>
77
   <hints>
78
    <hint type="sourcelabel">
79
     <x>248</x>
80
     <y>254</y>
81
    </hint>
82
    <hint type="destinationlabel">
83
     <x>157</x>
84
     <y>274</y>
85
    </hint>
86
   </hints>
87
  </connection>
88
  <connection>
89
   <sender>buttonBox</sender>
90
   <signal>rejected()</signal>
91
   <receiver>Gui::Dialog::DlgCreateNewPreferencePack</receiver>
92
   <slot>reject()</slot>
93
   <hints>
94
    <hint type="sourcelabel">
95
     <x>316</x>
96
     <y>260</y>
97
    </hint>
98
    <hint type="destinationlabel">
99
     <x>286</x>
100
     <y>274</y>
101
    </hint>
102
   </hints>
103
  </connection>
104
 </connections>
105
</ui>
106

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

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

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

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