11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>MainWindow</string> |
14 <string>MainWindow</string> |
15 </property> |
15 </property> |
16 <widget class="QWidget" name="centralwidget"/> |
16 <widget class="QWidget" name="centralwidget"> |
|
17 <layout class="QGridLayout" name="gridLayout"> |
|
18 <item row="0" column="0"> |
|
19 <widget class="QTabWidget" name="tabWidget"> |
|
20 <property name="currentIndex"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <widget class="QWidget" name="info"> |
|
24 <attribute name="title"> |
|
25 <string>Info</string> |
|
26 </attribute> |
|
27 <layout class="QGridLayout" name="gridLayout_2"> |
|
28 <item row="0" column="0"> |
|
29 <widget class="QTableWidget" name="table"> |
|
30 <property name="editTriggers"> |
|
31 <set>QAbstractItemView::NoEditTriggers</set> |
|
32 </property> |
|
33 <property name="selectionMode"> |
|
34 <enum>QAbstractItemView::NoSelection</enum> |
|
35 </property> |
|
36 <property name="showGrid"> |
|
37 <bool>false</bool> |
|
38 </property> |
|
39 <property name="cornerButtonEnabled"> |
|
40 <bool>false</bool> |
|
41 </property> |
|
42 <property name="columnCount"> |
|
43 <number>2</number> |
|
44 </property> |
|
45 <attribute name="horizontalHeaderVisible"> |
|
46 <bool>true</bool> |
|
47 </attribute> |
|
48 <attribute name="horizontalHeaderCascadingSectionResizes"> |
|
49 <bool>false</bool> |
|
50 </attribute> |
|
51 <attribute name="horizontalHeaderStretchLastSection"> |
|
52 <bool>true</bool> |
|
53 </attribute> |
|
54 <attribute name="verticalHeaderVisible"> |
|
55 <bool>false</bool> |
|
56 </attribute> |
|
57 <column> |
|
58 <property name="text"> |
|
59 <string>Attribute</string> |
|
60 </property> |
|
61 <property name="font"> |
|
62 <font> |
|
63 <weight>75</weight> |
|
64 <bold>true</bold> |
|
65 </font> |
|
66 </property> |
|
67 </column> |
|
68 <column> |
|
69 <property name="text"> |
|
70 <string>Value</string> |
|
71 </property> |
|
72 <property name="font"> |
|
73 <font> |
|
74 <weight>75</weight> |
|
75 <bold>true</bold> |
|
76 </font> |
|
77 </property> |
|
78 </column> |
|
79 </widget> |
|
80 </item> |
|
81 </layout> |
|
82 </widget> |
|
83 <widget class="QWidget" name="altitude"> |
|
84 <attribute name="title"> |
|
85 <string>Altitude</string> |
|
86 </attribute> |
|
87 <layout class="QGridLayout" name="gridLayout_3"> |
|
88 <item row="0" column="0"> |
|
89 <widget class="QGraphicsView" name="graphicsView"/> |
|
90 </item> |
|
91 </layout> |
|
92 </widget> |
|
93 </widget> |
|
94 </item> |
|
95 </layout> |
|
96 </widget> |
17 <widget class="QMenuBar" name="menubar"> |
97 <widget class="QMenuBar" name="menubar"> |
18 <property name="geometry"> |
98 <property name="geometry"> |
19 <rect> |
99 <rect> |
20 <x>0</x> |
100 <x>0</x> |
21 <y>0</y> |
101 <y>0</y> |