Хранилища Subversion OpenInventory

Редакция

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

Редакция 60 Редакция 63
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>821</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>840</x>
50
      <x>780</x>
51
      <y>49</y>
51
      <y>40</y>
52
      <width>111</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>840</x>
73
      <x>780</x>
74
      <y>80</y>
74
      <y>60</y>
75
      <width>111</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>839</x>
86
      <x>780</x>
87
      <y>149</y>
87
      <y>170</y>
88
      <width>111</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>840</x>
99
      <x>780</x>
100
      <y>180</y>
100
      <y>190</y>
101
      <width>111</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">
-
 
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>
135
  </widget>
148
  </widget>
136
  <widget class="QMenuBar" name="menuBar">
149
  <widget class="QMenuBar" name="menuBar">
137
   <property name="geometry">
150
   <property name="geometry">
138
    <rect>
151
    <rect>
139
     <x>0</x>
152
     <x>0</x>
140
     <y>0</y>
153
     <y>0</y>
141
     <width>983</width>
154
     <width>983</width>
142
     <height>25</height>
155
     <height>27</height>
143
    </rect>
156
    </rect>
144
   </property>
157
   </property>
145
  </widget>
158
  </widget>
146
  <widget class="QToolBar" name="mainToolBar">
159
  <widget class="QToolBar" name="mainToolBar">
147
   <attribute name="toolBarArea">
160
   <attribute name="toolBarArea">
148
    <enum>TopToolBarArea</enum>
161
    <enum>TopToolBarArea</enum>
149
   </attribute>
162
   </attribute>
150
   <attribute name="toolBarBreak">
163
   <attribute name="toolBarBreak">
151
    <bool>false</bool>
164
    <bool>false</bool>
152
   </attribute>
165
   </attribute>
153
  </widget>
166
  </widget>
154
  <widget class="QStatusBar" name="statusBar"/>
167
  <widget class="QStatusBar" name="statusBar"/>
155
 </widget>
168
 </widget>
156
 <layoutdefault spacing="6" margin="11"/>
169
 <layoutdefault spacing="6" margin="11"/>
157
 <resources/>
170
 <resources/>
158
 <connections/>
171
 <connections/>
159
</ui>
172
</ui>