qt5
Line | |
---|
1 | <ui version="4.0" > |
---|
2 | <class>MainWindow</class> |
---|
3 | <widget class="QMainWindow" name="MainWindow" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>800</width> |
---|
9 | <height>600</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>MainWindow</string> |
---|
14 | </property> |
---|
15 | <widget class="QWidget" name="centralwidget" > |
---|
16 | <widget class="QTabWidget" name="tabWidget" > |
---|
17 | <property name="geometry" > |
---|
18 | <rect> |
---|
19 | <x>0</x> |
---|
20 | <y>0</y> |
---|
21 | <width>791</width> |
---|
22 | <height>551</height> |
---|
23 | </rect> |
---|
24 | </property> |
---|
25 | <property name="currentIndex" > |
---|
26 | <number>0</number> |
---|
27 | </property> |
---|
28 | <widget class="QWidget" name="tab" > |
---|
29 | <attribute name="title" > |
---|
30 | <string>Tab 1</string> |
---|
31 | </attribute> |
---|
32 | <widget class="QTreeView" name="treeView" > |
---|
33 | <property name="geometry" > |
---|
34 | <rect> |
---|
35 | <x>0</x> |
---|
36 | <y>0</y> |
---|
37 | <width>781</width> |
---|
38 | <height>521</height> |
---|
39 | </rect> |
---|
40 | </property> |
---|
41 | </widget> |
---|
42 | </widget> |
---|
43 | <widget class="QWidget" name="tab_2" > |
---|
44 | <attribute name="title" > |
---|
45 | <string>Tab 2</string> |
---|
46 | </attribute> |
---|
47 | </widget> |
---|
48 | </widget> |
---|
49 | </widget> |
---|
50 | <widget class="QMenuBar" name="menubar" > |
---|
51 | <property name="geometry" > |
---|
52 | <rect> |
---|
53 | <x>0</x> |
---|
54 | <y>0</y> |
---|
55 | <width>800</width> |
---|
56 | <height>25</height> |
---|
57 | </rect> |
---|
58 | </property> |
---|
59 | </widget> |
---|
60 | <widget class="QStatusBar" name="statusbar" /> |
---|
61 | </widget> |
---|
62 | <resources/> |
---|
63 | <connections/> |
---|
64 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.