Хранилища Subversion OpenInventory

Редакция

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

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