|
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <ui version="4.0"> |
2 <ui version="4.0"> |
2 <class>PodcatcherWin</class> |
3 <class>PodcatcherWin</class> |
3 <widget class="QMainWindow" name="PodcatcherWin" > |
4 <widget class="QMainWindow" name="PodcatcherWin"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>360</width> |
9 <width>360</width> |
9 <height>640</height> |
10 <height>640</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>PodcatcherWin</string> |
14 <string>PodcatcherWin</string> |
14 </property> |
15 </property> |
15 <widget class="QWidget" name="centralWidget" /> |
16 <property name="locale"> |
|
17 <locale language="English" country="UnitedKingdom"/> |
|
18 </property> |
|
19 <widget class="QWidget" name="centralWidget"> |
|
20 <layout class="QVBoxLayout" name="verticalLayout"> |
|
21 <item> |
|
22 <widget class="QListView" name="listView"/> |
|
23 </item> |
|
24 <item> |
|
25 <widget class="QSplitter" name="splitter"> |
|
26 <property name="orientation"> |
|
27 <enum>Qt::Horizontal</enum> |
|
28 </property> |
|
29 <widget class="QPushButton" name="Add"> |
|
30 <property name="sizePolicy"> |
|
31 <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
|
32 <horstretch>0</horstretch> |
|
33 <verstretch>0</verstretch> |
|
34 </sizepolicy> |
|
35 </property> |
|
36 <property name="text"> |
|
37 <string>Add</string> |
|
38 </property> |
|
39 </widget> |
|
40 <widget class="QPushButton" name="Update"> |
|
41 <property name="sizePolicy"> |
|
42 <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
|
43 <horstretch>0</horstretch> |
|
44 <verstretch>0</verstretch> |
|
45 </sizepolicy> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Update</string> |
|
49 </property> |
|
50 </widget> |
|
51 <widget class="QPushButton" name="Settings"> |
|
52 <property name="sizePolicy"> |
|
53 <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
|
54 <horstretch>0</horstretch> |
|
55 <verstretch>0</verstretch> |
|
56 </sizepolicy> |
|
57 </property> |
|
58 <property name="text"> |
|
59 <string>Settings</string> |
|
60 </property> |
|
61 </widget> |
|
62 </widget> |
|
63 </item> |
|
64 </layout> |
|
65 </widget> |
|
66 <widget class="QMenuBar" name="menuBar"> |
|
67 <property name="geometry"> |
|
68 <rect> |
|
69 <x>0</x> |
|
70 <y>0</y> |
|
71 <width>360</width> |
|
72 <height>18</height> |
|
73 </rect> |
|
74 </property> |
|
75 </widget> |
16 </widget> |
76 </widget> |
17 <layoutDefault spacing="6" margin="11" /> |
77 <layoutdefault spacing="6" margin="11"/> |
18 <pixmapfunction></pixmapfunction> |
|
19 <resources/> |
78 <resources/> |
20 <connections/> |
79 <connections/> |
21 </ui> |
80 </ui> |