Rev 192 | Rev 209 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
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> |
||
205 | pingvin | 9 | <width>1103</width> |
10 | <height>710</height> |
||
88 | pingvin | 11 | </rect> |
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string>MainWindow</string> |
||
15 | </property> |
||
16 | <widget class="QWidget" name="centralWidget"> |
||
205 | pingvin | 17 | <widget class="QWidget" name="verticalLayoutWidget"> |
88 | pingvin | 18 | <property name="geometry"> |
19 | <rect> |
||
149 | pingvin | 20 | <x>10</x> |
205 | pingvin | 21 | <y>20</y> |
22 | <width>1081</width> |
||
23 | <height>611</height> |
||
88 | pingvin | 24 | </rect> |
25 | </property> |
||
205 | pingvin | 26 | <layout class="QVBoxLayout" name="verticalLayout"> |
27 | <item> |
||
28 | <widget class="QTabWidget" name="tabWidget"> |
||
29 | <property name="currentIndex"> |
||
30 | <number>0</number> |
||
109 | pingvin | 31 | </property> |
205 | pingvin | 32 | <widget class="QWidget" name="tab"> |
33 | <attribute name="title"> |
||
34 | <string>Данные</string> |
||
35 | </attribute> |
||
36 | <widget class="QWidget" name="horizontalLayoutWidget"> |
||
37 | <property name="geometry"> |
||
38 | <rect> |
||
39 | <x>0</x> |
||
40 | <y>10</y> |
||
41 | <width>1061</width> |
||
42 | <height>561</height> |
||
43 | </rect> |
||
44 | </property> |
||
45 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
46 | <item> |
||
47 | <widget class="QTreeWidget" name="treeWidget_2"> |
||
48 | <property name="maximumSize"> |
||
49 | <size> |
||
50 | <width>400</width> |
||
51 | <height>16777215</height> |
||
52 | </size> |
||
53 | </property> |
||
54 | <column> |
||
55 | <property name="text"> |
||
56 | <string notr="true">1</string> |
||
57 | </property> |
||
58 | </column> |
||
59 | <column> |
||
60 | <property name="text"> |
||
61 | <string>Тип узла</string> |
||
62 | </property> |
||
63 | </column> |
||
64 | <column> |
||
65 | <property name="text"> |
||
66 | <string>ID</string> |
||
67 | </property> |
||
68 | </column> |
||
69 | <column> |
||
70 | <property name="text"> |
||
71 | <string>Хранилище</string> |
||
72 | </property> |
||
73 | </column> |
||
74 | <column> |
||
75 | <property name="text"> |
||
76 | <string>Поле-указатель</string> |
||
77 | </property> |
||
78 | </column> |
||
79 | </widget> |
||
80 | </item> |
||
81 | <item> |
||
82 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
83 | <item> |
||
84 | <widget class="QTableView" name="tableView"> |
||
85 | <property name="sizePolicy"> |
||
86 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
||
87 | <horstretch>3</horstretch> |
||
88 | <verstretch>0</verstretch> |
||
89 | </sizepolicy> |
||
90 | </property> |
||
91 | </widget> |
||
92 | </item> |
||
93 | <item> |
||
94 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
95 | <item> |
||
96 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
97 | <item> |
||
98 | <widget class="QPushButton" name="pushButton"> |
||
99 | <property name="text"> |
||
100 | <string>Добавить новый объект</string> |
||
101 | </property> |
||
102 | </widget> |
||
103 | </item> |
||
104 | <item> |
||
105 | <widget class="QPushButton" name="pushButton_3"> |
||
106 | <property name="text"> |
||
107 | <string>Применить</string> |
||
108 | </property> |
||
109 | </widget> |
||
110 | </item> |
||
111 | </layout> |
||
112 | </item> |
||
113 | <item> |
||
114 | <spacer name="horizontalSpacer"> |
||
115 | <property name="orientation"> |
||
116 | <enum>Qt::Horizontal</enum> |
||
117 | </property> |
||
118 | <property name="sizeHint" stdset="0"> |
||
119 | <size> |
||
120 | <width>40</width> |
||
121 | <height>20</height> |
||
122 | </size> |
||
123 | </property> |
||
124 | </spacer> |
||
125 | </item> |
||
126 | <item> |
||
127 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
||
128 | <item> |
||
129 | <widget class="QPushButton" name="pushButton_2"> |
||
130 | <property name="text"> |
||
131 | <string>Удалить объект</string> |
||
132 | </property> |
||
133 | </widget> |
||
134 | </item> |
||
135 | <item> |
||
136 | <widget class="QPushButton" name="pushButton_4"> |
||
137 | <property name="text"> |
||
138 | <string>Сбросить изменения</string> |
||
139 | </property> |
||
140 | </widget> |
||
141 | </item> |
||
142 | </layout> |
||
143 | </item> |
||
144 | </layout> |
||
145 | </item> |
||
146 | </layout> |
||
147 | </item> |
||
148 | </layout> |
||
149 | </widget> |
||
150 | </widget> |
||
151 | <widget class="QWidget" name="tab_2"> |
||
152 | <attribute name="title"> |
||
153 | <string>Модели</string> |
||
154 | </attribute> |
||
155 | <widget class="QWidget" name="horizontalLayoutWidget_2"> |
||
156 | <property name="geometry"> |
||
157 | <rect> |
||
158 | <x>10</x> |
||
159 | <y>9</y> |
||
160 | <width>1051</width> |
||
161 | <height>561</height> |
||
162 | </rect> |
||
163 | </property> |
||
164 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
165 | <item> |
||
166 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
||
167 | <item> |
||
168 | <widget class="QTreeWidget" name="treeWidget"> |
||
169 | <column> |
||
170 | <property name="text"> |
||
171 | <string notr="true">Имя класа</string> |
||
172 | </property> |
||
173 | </column> |
||
174 | <column> |
||
175 | <property name="text"> |
||
176 | <string>ID класса</string> |
||
177 | </property> |
||
178 | </column> |
||
179 | <column> |
||
180 | <property name="text"> |
||
181 | <string>Ном. стр.</string> |
||
182 | </property> |
||
183 | </column> |
||
184 | <column> |
||
185 | <property name="text"> |
||
186 | <string>Ур. вл.</string> |
||
187 | </property> |
||
188 | </column> |
||
189 | <column> |
||
190 | <property name="text"> |
||
191 | <string>row</string> |
||
192 | </property> |
||
193 | </column> |
||
194 | </widget> |
||
195 | </item> |
||
196 | <item> |
||
197 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
||
198 | <item> |
||
199 | <widget class="QComboBox" name="comboBox"> |
||
200 | <property name="enabled"> |
||
201 | <bool>false</bool> |
||
202 | </property> |
||
203 | <property name="editable"> |
||
204 | <bool>false</bool> |
||
205 | </property> |
||
206 | </widget> |
||
207 | </item> |
||
208 | <item> |
||
209 | <widget class="QLabel" name="label"> |
||
210 | <property name="text"> |
||
211 | <string>ID</string> |
||
212 | </property> |
||
213 | </widget> |
||
214 | </item> |
||
215 | </layout> |
||
216 | </item> |
||
217 | </layout> |
||
218 | </item> |
||
219 | <item> |
||
220 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
||
221 | <item> |
||
222 | <widget class="QTableView" name="tableView_2"/> |
||
223 | </item> |
||
224 | <item> |
||
225 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
||
226 | <item> |
||
227 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
||
228 | <item> |
||
229 | <widget class="QPushButton" name="pushButton_5"> |
||
230 | <property name="text"> |
||
231 | <string>Добавить модель</string> |
||
232 | </property> |
||
233 | </widget> |
||
234 | </item> |
||
235 | <item> |
||
236 | <widget class="QPushButton" name="pushButton_7"> |
||
237 | <property name="text"> |
||
238 | <string>Применить</string> |
||
239 | </property> |
||
240 | </widget> |
||
241 | </item> |
||
242 | </layout> |
||
243 | </item> |
||
244 | <item> |
||
245 | <spacer name="horizontalSpacer_2"> |
||
246 | <property name="orientation"> |
||
247 | <enum>Qt::Horizontal</enum> |
||
248 | </property> |
||
249 | <property name="sizeHint" stdset="0"> |
||
250 | <size> |
||
251 | <width>40</width> |
||
252 | <height>20</height> |
||
253 | </size> |
||
254 | </property> |
||
255 | </spacer> |
||
256 | </item> |
||
257 | <item> |
||
258 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
||
259 | <item> |
||
260 | <widget class="QPushButton" name="pushButton_6"> |
||
261 | <property name="text"> |
||
262 | <string>Удалить модель</string> |
||
263 | </property> |
||
264 | </widget> |
||
265 | </item> |
||
266 | <item> |
||
267 | <widget class="QPushButton" name="pushButton_8"> |
||
268 | <property name="text"> |
||
269 | <string>Сбросить изменения</string> |
||
270 | </property> |
||
271 | </widget> |
||
272 | </item> |
||
273 | </layout> |
||
274 | </item> |
||
275 | </layout> |
||
276 | </item> |
||
277 | </layout> |
||
278 | </item> |
||
279 | </layout> |
||
280 | </widget> |
||
281 | </widget> |
||
282 | </widget> |
||
283 | </item> |
||
284 | </layout> |
||
114 | pingvin | 285 | </widget> |
88 | pingvin | 286 | </widget> |
287 | <widget class="QMenuBar" name="menuBar"> |
||
288 | <property name="geometry"> |
||
289 | <rect> |
||
290 | <x>0</x> |
||
291 | <y>0</y> |
||
205 | pingvin | 292 | <width>1103</width> |
144 | pingvin | 293 | <height>27</height> |
88 | pingvin | 294 | </rect> |
295 | </property> |
||
132 | pingvin | 296 | <widget class="QMenu" name="menu"> |
297 | <property name="title"> |
||
298 | <string>База данных</string> |
||
299 | </property> |
||
300 | <addaction name="getsettingAct"/> |
||
301 | </widget> |
||
302 | <addaction name="menu"/> |
||
88 | pingvin | 303 | </widget> |
304 | <widget class="QToolBar" name="mainToolBar"> |
||
305 | <attribute name="toolBarArea"> |
||
306 | <enum>TopToolBarArea</enum> |
||
307 | </attribute> |
||
308 | <attribute name="toolBarBreak"> |
||
309 | <bool>false</bool> |
||
310 | </attribute> |
||
311 | </widget> |
||
312 | <widget class="QStatusBar" name="statusBar"/> |
||
132 | pingvin | 313 | <action name="getsettingAct"> |
314 | <property name="text"> |
||
315 | <string>Параметры соединения</string> |
||
316 | </property> |
||
317 | </action> |
||
88 | pingvin | 318 | </widget> |
319 | <layoutdefault spacing="6" margin="11"/> |
||
320 | <resources/> |
||
321 | <connections/> |
||
322 | </ui> |