equal
deleted
inserted
replaced
|
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> |
|
9 <width>360</width> |
|
10 <height>640</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>MainWindow</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralWidget"> |
|
17 <widget class="QWidget" name=""> |
|
18 <property name="geometry"> |
|
19 <rect> |
|
20 <x>0</x> |
|
21 <y>0</y> |
|
22 <width>361</width> |
|
23 <height>641</height> |
|
24 </rect> |
|
25 </property> |
|
26 <layout class="QVBoxLayout" name="verticalLayout"> |
|
27 <item> |
|
28 <widget class="QComboBox" name="comboBox"> |
|
29 <property name="font"> |
|
30 <font> |
|
31 <pointsize>12</pointsize> |
|
32 </font> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QListView" name="listView"/> |
|
38 </item> |
|
39 </layout> |
|
40 </widget> |
|
41 </widget> |
|
42 </widget> |
|
43 <layoutdefault spacing="6" margin="11"/> |
|
44 <resources/> |
|
45 <connections/> |
|
46 </ui> |