Mercurial > hg > Feedworm
annotate Ui_MainWindow.ui @ 16:3ffecc709da9
move fetch logic into Feed
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 28 Apr 2010 03:00:11 +0200 |
parents | b1aeb98824c1 |
children | 35225588b895 |
rev | line source |
---|---|
14 | 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>800</width> | |
10 <height>600</height> | |
11 </rect> | |
12 </property> | |
13 <property name="windowTitle"> | |
14 <string>Feedworm</string> | |
15 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
16 <widget class="QWidget" name="centralwidget"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
17 <widget class="QListView" name="feedList"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
18 <property name="geometry"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
19 <rect> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
20 <x>0</x> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
21 <y>0</y> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
22 <width>221</width> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
23 <height>551</height> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
24 </rect> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
25 </property> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
26 </widget> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
27 </widget> |
14 | 28 <widget class="QMenuBar" name="menubar"> |
29 <property name="geometry"> | |
30 <rect> | |
31 <x>0</x> | |
32 <y>0</y> | |
33 <width>800</width> | |
34 <height>27</height> | |
35 </rect> | |
36 </property> | |
37 <widget class="QMenu" name="menuFeed"> | |
38 <property name="title"> | |
39 <string>Feed</string> | |
40 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
41 <addaction name="actionAdd"/> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
42 <addaction name="separator"/> |
14 | 43 <addaction name="actionQuit"/> |
44 </widget> | |
45 <addaction name="menuFeed"/> | |
46 </widget> | |
47 <widget class="QStatusBar" name="statusbar"/> | |
48 <action name="actionQuit"> | |
49 <property name="text"> | |
50 <string>Quit</string> | |
51 </property> | |
52 <property name="shortcut"> | |
53 <string>Ctrl+Q</string> | |
54 </property> | |
55 </action> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
56 <action name="actionAdd"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
57 <property name="text"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
58 <string>Add ...</string> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
59 </property> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
60 </action> |
14 | 61 </widget> |
62 <resources/> | |
63 <connections> | |
64 <connection> | |
65 <sender>actionQuit</sender> | |
66 <signal>activated()</signal> | |
67 <receiver>MainWindow</receiver> | |
68 <slot>close()</slot> | |
69 <hints> | |
70 <hint type="sourcelabel"> | |
71 <x>-1</x> | |
72 <y>-1</y> | |
73 </hint> | |
74 <hint type="destinationlabel"> | |
75 <x>399</x> | |
76 <y>299</y> | |
77 </hint> | |
78 </hints> | |
79 </connection> | |
80 </connections> | |
81 </ui> |