Хранилища Subversion OpenInventory

Редакция

Редакция 67 | Редакция 72 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
35 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
26 pingvin 2
<ui version="4.0">
3
 <class>ClassEditor</class>
35 pingvin 4
 <widget class="QMainWindow" name="ClassEditor">
5
  <property name="geometry">
26 pingvin 6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
59 pingvin 9
    <width>983</width>
56 pingvin 10
    <height>574</height>
26 pingvin 11
   </rect>
12
  </property>
35 pingvin 13
  <property name="windowTitle">
26 pingvin 14
   <string>ClassEditor</string>
15
  </property>
35 pingvin 16
  <widget class="QWidget" name="centralWidget">
38 pingvin 17
   <widget class="QLabel" name="label">
35 pingvin 18
    <property name="geometry">
19
     <rect>
38 pingvin 20
      <x>10</x>
45 pingvin 21
      <y>10</y>
60 pingvin 22
      <width>331</width>
38 pingvin 23
      <height>21</height>
35 pingvin 24
     </rect>
25
    </property>
60 pingvin 26
    <property name="font">
27
     <font>
28
      <pointsize>11</pointsize>
29
      <weight>75</weight>
30
      <bold>true</bold>
31
     </font>
38 pingvin 32
    </property>
33
    <property name="text">
60 pingvin 34
     <string>Список зарегистрированных классов</string>
38 pingvin 35
    </property>
36
   </widget>
45 pingvin 37
   <widget class="QTableView" name="tableView">
39 pingvin 38
    <property name="geometry">
39
     <rect>
40
      <x>10</x>
60 pingvin 41
      <y>40</y>
63 pingvin 42
      <width>761</width>
45 pingvin 43
      <height>192</height>
39 pingvin 44
     </rect>
45
    </property>
46
   </widget>
51 pingvin 47
   <widget class="QPushButton" name="pushButton">
48
    <property name="geometry">
49
     <rect>
63 pingvin 50
      <x>780</x>
51
      <y>40</y>
52
      <width>191</width>
60 pingvin 53
      <height>21</height>
51 pingvin 54
     </rect>
55
    </property>
56
    <property name="text">
57
     <string>Новый класс</string>
58
    </property>
59
   </widget>
56 pingvin 60
   <widget class="QTableView" name="tableView_2">
61
    <property name="geometry">
62
     <rect>
63
      <x>10</x>
64
      <y>341</y>
59 pingvin 65
      <width>961</width>
56 pingvin 66
      <height>181</height>
67
     </rect>
68
    </property>
69
   </widget>
59 pingvin 70
   <widget class="QPushButton" name="pushButton_2">
71
    <property name="geometry">
72
     <rect>
63 pingvin 73
      <x>780</x>
74
      <y>60</y>
75
      <width>191</width>
60 pingvin 76
      <height>21</height>
59 pingvin 77
     </rect>
78
    </property>
79
    <property name="text">
80
     <string>Удалить класс</string>
81
    </property>
82
   </widget>
83
   <widget class="QPushButton" name="pushButton_3">
84
    <property name="geometry">
85
     <rect>
63 pingvin 86
      <x>780</x>
87
      <y>170</y>
88
      <width>181</width>
60 pingvin 89
      <height>21</height>
59 pingvin 90
     </rect>
91
    </property>
92
    <property name="text">
93
     <string>Новое поле</string>
94
    </property>
95
   </widget>
96
   <widget class="QPushButton" name="pushButton_4">
97
    <property name="geometry">
98
     <rect>
63 pingvin 99
      <x>780</x>
100
      <y>190</y>
101
      <width>181</width>
60 pingvin 102
      <height>21</height>
59 pingvin 103
     </rect>
104
    </property>
105
    <property name="text">
67 pingvin 106
     <string>Удалить выделенные поля</string>
59 pingvin 107
    </property>
108
   </widget>
60 pingvin 109
   <widget class="QCheckBox" name="checkBox">
110
    <property name="geometry">
111
     <rect>
112
      <x>10</x>
113
      <y>240</y>
114
      <width>131</width>
115
      <height>20</height>
116
     </rect>
117
    </property>
118
    <property name="text">
119
     <string>Идентификатор</string>
120
    </property>
121
   </widget>
122
   <widget class="QCheckBox" name="checkBox_2">
123
    <property name="geometry">
124
     <rect>
125
      <x>150</x>
126
      <y>240</y>
127
      <width>101</width>
128
      <height>20</height>
129
     </rect>
130
    </property>
131
    <property name="text">
132
     <string>Псевдоним</string>
133
    </property>
134
   </widget>
63 pingvin 135
   <widget class="QPushButton" name="pushButton_5">
136
    <property name="geometry">
137
     <rect>
138
      <x>779</x>
139
      <y>209</y>
140
      <width>181</width>
141
      <height>21</height>
142
     </rect>
143
    </property>
144
    <property name="text">
145
     <string>Удалить все поля</string>
146
    </property>
147
   </widget>
35 pingvin 148
  </widget>
149
  <widget class="QMenuBar" name="menuBar">
150
   <property name="geometry">
151
    <rect>
152
     <x>0</x>
153
     <y>0</y>
59 pingvin 154
     <width>983</width>
67 pingvin 155
     <height>27</height>
35 pingvin 156
    </rect>
157
   </property>
68 pingvin 158
   <widget class="QMenu" name="menu_2">
159
    <property name="title">
160
     <string>Поле</string>
161
    </property>
162
    <widget class="QMenu" name="menu_4">
163
     <property name="title">
164
      <string>Удалить поля</string>
165
     </property>
166
     <addaction name="action_removeAllFields"/>
167
     <addaction name="separator"/>
168
     <addaction name="action_removeSelectedFields"/>
169
    </widget>
170
    <addaction name="action_8"/>
171
    <addaction name="separator"/>
172
    <addaction name="menu_4"/>
173
   </widget>
65 pingvin 174
   <widget class="QMenu" name="menu">
175
    <property name="title">
176
     <string>Класс</string>
177
    </property>
178
    <widget class="QMenu" name="menu_3">
179
     <property name="title">
180
      <string>Удалить классы</string>
181
     </property>
68 pingvin 182
     <addaction name="action_removeAllClasses"/>
65 pingvin 183
     <addaction name="separator"/>
68 pingvin 184
     <addaction name="action_removeSelectedClasses"/>
65 pingvin 185
    </widget>
186
    <addaction name="newClassAction"/>
187
    <addaction name="separator"/>
188
    <addaction name="menu_3"/>
189
    <addaction name="separator"/>
190
    <addaction name="action_ID"/>
191
    <addaction name="action_showAlias"/>
192
    <addaction name="action_showInstance"/>
193
   </widget>
194
   <addaction name="menu"/>
195
   <addaction name="menu_2"/>
35 pingvin 196
  </widget>
197
  <widget class="QToolBar" name="mainToolBar">
198
   <attribute name="toolBarArea">
199
    <enum>TopToolBarArea</enum>
200
   </attribute>
201
   <attribute name="toolBarBreak">
202
    <bool>false</bool>
203
   </attribute>
204
  </widget>
205
  <widget class="QStatusBar" name="statusBar"/>
65 pingvin 206
  <action name="newClassAction">
207
   <property name="text">
208
    <string>Новый класс</string>
209
   </property>
210
  </action>
68 pingvin 211
  <action name="action_removeAllClasses">
65 pingvin 212
   <property name="text">
213
    <string>Удалить все классы</string>
214
   </property>
215
  </action>
68 pingvin 216
  <action name="action_removeSelectedClasses">
65 pingvin 217
   <property name="text">
218
    <string>Удалить выбранные классы</string>
219
   </property>
220
  </action>
221
  <action name="action_8">
222
   <property name="text">
223
    <string>Новое поле</string>
224
   </property>
225
  </action>
68 pingvin 226
  <action name="action_removeAllFields">
65 pingvin 227
   <property name="text">
228
    <string>Удалить все поля</string>
229
   </property>
230
  </action>
68 pingvin 231
  <action name="action_removeSelectedFields">
65 pingvin 232
   <property name="text">
233
    <string>Удалить выделенные поля</string>
234
   </property>
235
  </action>
236
  <action name="action_ID">
237
   <property name="checkable">
238
    <bool>true</bool>
239
   </property>
240
   <property name="text">
241
    <string>Показывать ID</string>
242
   </property>
243
  </action>
244
  <action name="action_showAlias">
245
   <property name="checkable">
246
    <bool>true</bool>
247
   </property>
248
   <property name="text">
249
    <string>Показывать псевдоним</string>
250
   </property>
251
  </action>
252
  <action name="action_showInstance">
253
   <property name="checkable">
254
    <bool>true</bool>
255
   </property>
256
   <property name="text">
257
    <string>Показывать хранилища объектов</string>
258
   </property>
259
  </action>
26 pingvin 260
 </widget>
35 pingvin 261
 <layoutdefault spacing="6" margin="11"/>
26 pingvin 262
 <resources/>
263
 <connections/>
264
</ui>