Хранилища Subversion OpenInventory

Редакция

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

Редакция Автор № строки Строка
88 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
114 pingvin 9
    <width>1098</width>
10
    <height>697</height>
88 pingvin 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QTabWidget" name="tabWidget">
18
    <property name="geometry">
19
     <rect>
149 pingvin 20
      <x>10</x>
90 pingvin 21
      <y>10</y>
149 pingvin 22
      <width>1071</width>
102 pingvin 23
      <height>591</height>
88 pingvin 24
     </rect>
25
    </property>
26
    <property name="currentIndex">
147 pingvin 27
     <number>1</number>
88 pingvin 28
    </property>
29
    <widget class="QWidget" name="tab">
30
     <attribute name="title">
149 pingvin 31
      <string>Данные</string>
88 pingvin 32
     </attribute>
109 pingvin 33
     <widget class="QTreeWidget" name="treeWidget_2">
34
      <property name="geometry">
35
       <rect>
36
        <x>10</x>
37
        <y>10</y>
115 pingvin 38
        <width>491</width>
109 pingvin 39
        <height>451</height>
40
       </rect>
41
      </property>
42
      <column>
43
       <property name="text">
44
        <string notr="true">1</string>
45
       </property>
46
      </column>
114 pingvin 47
      <column>
48
       <property name="text">
49
        <string>Тип узла</string>
50
       </property>
51
      </column>
52
      <column>
53
       <property name="text">
54
        <string>ID</string>
55
       </property>
56
      </column>
115 pingvin 57
      <column>
58
       <property name="text">
59
        <string>Хранилище</string>
60
       </property>
61
      </column>
62
      <column>
63
       <property name="text">
64
        <string>Поле-указатель</string>
65
       </property>
66
      </column>
109 pingvin 67
     </widget>
149 pingvin 68
     <widget class="QPushButton" name="pushButton">
69
      <property name="geometry">
70
       <rect>
71
        <x>530</x>
72
        <y>450</y>
73
        <width>251</width>
74
        <height>30</height>
75
       </rect>
76
      </property>
77
      <property name="text">
78
       <string>Добавить новый объект</string>
79
      </property>
80
     </widget>
81
     <widget class="QPushButton" name="pushButton_3">
82
      <property name="geometry">
83
       <rect>
84
        <x>530</x>
85
        <y>490</y>
86
        <width>151</width>
87
        <height>30</height>
88
       </rect>
89
      </property>
90
      <property name="text">
91
       <string>Применить</string>
92
      </property>
93
     </widget>
94
     <widget class="QPushButton" name="pushButton_2">
95
      <property name="geometry">
96
       <rect>
97
        <x>850</x>
98
        <y>450</y>
99
        <width>211</width>
100
        <height>30</height>
101
       </rect>
102
      </property>
103
      <property name="text">
104
       <string>Удалить объект</string>
105
      </property>
106
     </widget>
107
     <widget class="QPushButton" name="pushButton_4">
108
      <property name="geometry">
109
       <rect>
110
        <x>850</x>
111
        <y>490</y>
112
        <width>211</width>
113
        <height>30</height>
114
       </rect>
115
      </property>
116
      <property name="text">
117
       <string>Сбросить изменения</string>
118
      </property>
119
     </widget>
120
     <widget class="QTableView" name="tableView">
121
      <property name="geometry">
122
       <rect>
123
        <x>510</x>
124
        <y>10</y>
125
        <width>551</width>
126
        <height>431</height>
127
       </rect>
128
      </property>
129
     </widget>
130
     <zorder>treeWidget_2</zorder>
131
     <zorder>pushButton</zorder>
132
     <zorder>pushButton_3</zorder>
133
     <zorder>pushButton_2</zorder>
134
     <zorder>pushButton_4</zorder>
135
     <zorder>tableView</zorder>
136
     <zorder>tabWidget_2</zorder>
88 pingvin 137
    </widget>
138
    <widget class="QWidget" name="tab_2">
139
     <attribute name="title">
149 pingvin 140
      <string>Модели</string>
88 pingvin 141
     </attribute>
142
     <widget class="QTreeWidget" name="treeWidget">
143
      <property name="geometry">
144
       <rect>
145
        <x>10</x>
146
        <y>10</y>
149 pingvin 147
        <width>471</width>
102 pingvin 148
        <height>451</height>
88 pingvin 149
       </rect>
150
      </property>
151
      <column>
152
       <property name="text">
90 pingvin 153
        <string notr="true">Имя класа</string>
88 pingvin 154
       </property>
155
      </column>
90 pingvin 156
      <column>
157
       <property name="text">
158
        <string>ID класса</string>
159
       </property>
160
      </column>
161
      <column>
162
       <property name="text">
147 pingvin 163
        <string>Ном. стр.</string>
90 pingvin 164
       </property>
165
      </column>
166
      <column>
167
       <property name="text">
147 pingvin 168
        <string>Ур. вл.</string>
90 pingvin 169
       </property>
170
      </column>
147 pingvin 171
      <column>
172
       <property name="text">
173
        <string>row</string>
174
       </property>
175
      </column>
88 pingvin 176
     </widget>
102 pingvin 177
     <widget class="QComboBox" name="comboBox">
109 pingvin 178
      <property name="enabled">
179
       <bool>false</bool>
180
      </property>
102 pingvin 181
      <property name="geometry">
182
       <rect>
183
        <x>10</x>
184
        <y>480</y>
104 pingvin 185
        <width>381</width>
102 pingvin 186
        <height>31</height>
187
       </rect>
188
      </property>
189
      <property name="editable">
190
       <bool>false</bool>
191
      </property>
192
     </widget>
106 pingvin 193
     <widget class="QLabel" name="label">
194
      <property name="geometry">
195
       <rect>
196
        <x>420</x>
197
        <y>480</y>
198
        <width>78</width>
199
        <height>21</height>
200
       </rect>
201
      </property>
202
      <property name="text">
203
       <string>ID</string>
204
      </property>
205
     </widget>
149 pingvin 206
     <widget class="QPushButton" name="pushButton_5">
115 pingvin 207
      <property name="geometry">
208
       <rect>
149 pingvin 209
        <x>490</x>
210
        <y>450</y>
211
        <width>191</width>
115 pingvin 212
        <height>30</height>
213
       </rect>
214
      </property>
215
      <property name="text">
149 pingvin 216
       <string>Добавить модель</string>
115 pingvin 217
      </property>
218
     </widget>
149 pingvin 219
     <widget class="QPushButton" name="pushButton_7">
115 pingvin 220
      <property name="geometry">
221
       <rect>
149 pingvin 222
        <x>490</x>
223
        <y>490</y>
224
        <width>130</width>
115 pingvin 225
        <height>30</height>
226
       </rect>
227
      </property>
228
      <property name="text">
149 pingvin 229
       <string>Применить</string>
115 pingvin 230
      </property>
231
     </widget>
149 pingvin 232
     <widget class="QPushButton" name="pushButton_6">
119 pingvin 233
      <property name="geometry">
234
       <rect>
149 pingvin 235
        <x>830</x>
236
        <y>450</y>
237
        <width>221</width>
119 pingvin 238
        <height>30</height>
239
       </rect>
240
      </property>
241
      <property name="text">
149 pingvin 242
       <string>Удалить модель</string>
119 pingvin 243
      </property>
244
     </widget>
149 pingvin 245
     <widget class="QPushButton" name="pushButton_8">
119 pingvin 246
      <property name="geometry">
247
       <rect>
149 pingvin 248
        <x>840</x>
249
        <y>490</y>
119 pingvin 250
        <width>211</width>
251
        <height>30</height>
252
       </rect>
253
      </property>
254
      <property name="text">
255
       <string>Сбросить изменения</string>
256
      </property>
257
     </widget>
141 pingvin 258
     <widget class="QTableView" name="tableView_2">
259
      <property name="geometry">
260
       <rect>
149 pingvin 261
        <x>490</x>
141 pingvin 262
        <y>10</y>
149 pingvin 263
        <width>561</width>
264
        <height>431</height>
141 pingvin 265
       </rect>
266
      </property>
267
     </widget>
114 pingvin 268
    </widget>
269
   </widget>
88 pingvin 270
  </widget>
271
  <widget class="QMenuBar" name="menuBar">
272
   <property name="geometry">
273
    <rect>
274
     <x>0</x>
275
     <y>0</y>
114 pingvin 276
     <width>1098</width>
144 pingvin 277
     <height>27</height>
88 pingvin 278
    </rect>
279
   </property>
132 pingvin 280
   <widget class="QMenu" name="menu">
281
    <property name="title">
282
     <string>База данных</string>
283
    </property>
284
    <addaction name="getsettingAct"/>
285
   </widget>
286
   <addaction name="menu"/>
88 pingvin 287
  </widget>
288
  <widget class="QToolBar" name="mainToolBar">
289
   <attribute name="toolBarArea">
290
    <enum>TopToolBarArea</enum>
291
   </attribute>
292
   <attribute name="toolBarBreak">
293
    <bool>false</bool>
294
   </attribute>
295
  </widget>
296
  <widget class="QStatusBar" name="statusBar"/>
132 pingvin 297
  <action name="getsettingAct">
298
   <property name="text">
299
    <string>Параметры соединения</string>
300
   </property>
301
  </action>
88 pingvin 302
 </widget>
303
 <layoutdefault spacing="6" margin="11"/>
304
 <resources/>
305
 <connections/>
306
</ui>