Rev 119 | Rev 141 | 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> |
||
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> |
||
90 | pingvin | 20 | <x>20</x> |
21 | <y>10</y> |
||
114 | pingvin | 22 | <width>521</width> |
102 | pingvin | 23 | <height>591</height> |
88 | pingvin | 24 | </rect> |
25 | </property> |
||
26 | <property name="currentIndex"> |
||
114 | pingvin | 27 | <number>0</number> |
88 | pingvin | 28 | </property> |
29 | <widget class="QWidget" name="tab"> |
||
30 | <attribute name="title"> |
||
31 | <string>Tab 1</string> |
||
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> |
88 | pingvin | 68 | </widget> |
69 | <widget class="QWidget" name="tab_2"> |
||
70 | <attribute name="title"> |
||
71 | <string>Tab 2</string> |
||
72 | </attribute> |
||
73 | <widget class="QTreeWidget" name="treeWidget"> |
||
74 | <property name="geometry"> |
||
75 | <rect> |
||
76 | <x>10</x> |
||
77 | <y>10</y> |
||
90 | pingvin | 78 | <width>711</width> |
102 | pingvin | 79 | <height>451</height> |
88 | pingvin | 80 | </rect> |
81 | </property> |
||
82 | <column> |
||
83 | <property name="text"> |
||
90 | pingvin | 84 | <string notr="true">Имя класа</string> |
88 | pingvin | 85 | </property> |
86 | </column> |
||
90 | pingvin | 87 | <column> |
88 | <property name="text"> |
||
89 | <string>ID класса</string> |
||
90 | </property> |
||
91 | </column> |
||
92 | <column> |
||
93 | <property name="text"> |
||
94 | <string>Номер строки в файле</string> |
||
95 | </property> |
||
96 | </column> |
||
97 | <column> |
||
98 | <property name="text"> |
||
99 | <string>Уровень вложения</string> |
||
100 | </property> |
||
101 | </column> |
||
88 | pingvin | 102 | </widget> |
102 | pingvin | 103 | <widget class="QComboBox" name="comboBox"> |
109 | pingvin | 104 | <property name="enabled"> |
105 | <bool>false</bool> |
||
106 | </property> |
||
102 | pingvin | 107 | <property name="geometry"> |
108 | <rect> |
||
109 | <x>10</x> |
||
110 | <y>480</y> |
||
104 | pingvin | 111 | <width>381</width> |
102 | pingvin | 112 | <height>31</height> |
113 | </rect> |
||
114 | </property> |
||
115 | <property name="editable"> |
||
116 | <bool>false</bool> |
||
117 | </property> |
||
118 | </widget> |
||
106 | pingvin | 119 | <widget class="QLabel" name="label"> |
120 | <property name="geometry"> |
||
121 | <rect> |
||
122 | <x>420</x> |
||
123 | <y>480</y> |
||
124 | <width>78</width> |
||
125 | <height>21</height> |
||
126 | </rect> |
||
127 | </property> |
||
128 | <property name="text"> |
||
129 | <string>ID</string> |
||
130 | </property> |
||
131 | </widget> |
||
88 | pingvin | 132 | </widget> |
133 | </widget> |
||
114 | pingvin | 134 | <widget class="QTabWidget" name="tabWidget_2"> |
135 | <property name="geometry"> |
||
136 | <rect> |
||
137 | <x>580</x> |
||
138 | <y>10</y> |
||
139 | <width>501</width> |
||
140 | <height>591</height> |
||
141 | </rect> |
||
142 | </property> |
||
143 | <property name="currentIndex"> |
||
144 | <number>0</number> |
||
145 | </property> |
||
146 | <widget class="QWidget" name="tab_3"> |
||
147 | <attribute name="title"> |
||
148 | <string>Tab 1</string> |
||
149 | </attribute> |
||
115 | pingvin | 150 | <widget class="QTableView" name="tableView"> |
151 | <property name="geometry"> |
||
152 | <rect> |
||
153 | <x>10</x> |
||
154 | <y>10</y> |
||
155 | <width>471</width> |
||
156 | <height>451</height> |
||
157 | </rect> |
||
158 | </property> |
||
159 | </widget> |
||
160 | <widget class="QPushButton" name="pushButton"> |
||
161 | <property name="geometry"> |
||
162 | <rect> |
||
163 | <x>10</x> |
||
164 | <y>470</y> |
||
165 | <width>251</width> |
||
166 | <height>30</height> |
||
167 | </rect> |
||
168 | </property> |
||
169 | <property name="text"> |
||
170 | <string>Добавить новый объект</string> |
||
171 | </property> |
||
172 | </widget> |
||
173 | <widget class="QPushButton" name="pushButton_2"> |
||
174 | <property name="geometry"> |
||
175 | <rect> |
||
176 | <x>269</x> |
||
177 | <y>470</y> |
||
178 | <width>211</width> |
||
179 | <height>30</height> |
||
180 | </rect> |
||
181 | </property> |
||
182 | <property name="text"> |
||
183 | <string>Удалить объект</string> |
||
184 | </property> |
||
185 | </widget> |
||
119 | pingvin | 186 | <widget class="QPushButton" name="pushButton_3"> |
187 | <property name="geometry"> |
||
188 | <rect> |
||
189 | <x>10</x> |
||
190 | <y>510</y> |
||
191 | <width>151</width> |
||
192 | <height>30</height> |
||
193 | </rect> |
||
194 | </property> |
||
195 | <property name="text"> |
||
196 | <string>Применить</string> |
||
197 | </property> |
||
198 | </widget> |
||
199 | <widget class="QPushButton" name="pushButton_4"> |
||
200 | <property name="geometry"> |
||
201 | <rect> |
||
202 | <x>269</x> |
||
203 | <y>510</y> |
||
204 | <width>211</width> |
||
205 | <height>30</height> |
||
206 | </rect> |
||
207 | </property> |
||
208 | <property name="text"> |
||
209 | <string>Сбросить изменения</string> |
||
210 | </property> |
||
211 | </widget> |
||
114 | pingvin | 212 | </widget> |
213 | <widget class="QWidget" name="tab_4"> |
||
214 | <attribute name="title"> |
||
215 | <string>Tab 2</string> |
||
216 | </attribute> |
||
217 | </widget> |
||
218 | </widget> |
||
88 | pingvin | 219 | </widget> |
220 | <widget class="QMenuBar" name="menuBar"> |
||
221 | <property name="geometry"> |
||
222 | <rect> |
||
223 | <x>0</x> |
||
224 | <y>0</y> |
||
114 | pingvin | 225 | <width>1098</width> |
88 | pingvin | 226 | <height>27</height> |
227 | </rect> |
||
228 | </property> |
||
132 | pingvin | 229 | <widget class="QMenu" name="menu"> |
230 | <property name="title"> |
||
231 | <string>База данных</string> |
||
232 | </property> |
||
233 | <addaction name="getsettingAct"/> |
||
234 | </widget> |
||
235 | <addaction name="menu"/> |
||
88 | pingvin | 236 | </widget> |
237 | <widget class="QToolBar" name="mainToolBar"> |
||
238 | <attribute name="toolBarArea"> |
||
239 | <enum>TopToolBarArea</enum> |
||
240 | </attribute> |
||
241 | <attribute name="toolBarBreak"> |
||
242 | <bool>false</bool> |
||
243 | </attribute> |
||
244 | </widget> |
||
245 | <widget class="QStatusBar" name="statusBar"/> |
||
132 | pingvin | 246 | <action name="getsettingAct"> |
247 | <property name="text"> |
||
248 | <string>Параметры соединения</string> |
||
249 | </property> |
||
250 | </action> |
||
88 | pingvin | 251 | </widget> |
252 | <layoutdefault spacing="6" margin="11"/> |
||
253 | <resources/> |
||
254 | <connections/> |
||
255 | </ui> |