Mercurial > hg > Feedworm
annotate Ui_MainWindow.ui @ 18:35225588b895
add a list view for displaying feed entries from the selected feed
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 28 Apr 2010 03:46:47 +0200 |
parents | b1aeb98824c1 |
children | 0b8398ca6cd0 |
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> |
18
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
26 <property name="alternatingRowColors"> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
27 <bool>true</bool> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
28 </property> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
29 <property name="resizeMode"> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
30 <enum>QListView::Fixed</enum> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
31 </property> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
32 </widget> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
33 <widget class="QListView" name="feedEntryList"> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
34 <property name="geometry"> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
35 <rect> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
36 <x>230</x> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
37 <y>0</y> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
38 <width>571</width> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
39 <height>111</height> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
40 </rect> |
35225588b895
add a list view for displaying feed entries from the selected feed
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
15
diff
changeset
|
41 </property> |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
42 </widget> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
43 </widget> |
14 | 44 <widget class="QMenuBar" name="menubar"> |
45 <property name="geometry"> | |
46 <rect> | |
47 <x>0</x> | |
48 <y>0</y> | |
49 <width>800</width> | |
50 <height>27</height> | |
51 </rect> | |
52 </property> | |
53 <widget class="QMenu" name="menuFeed"> | |
54 <property name="title"> | |
55 <string>Feed</string> | |
56 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
57 <addaction name="actionAdd"/> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
58 <addaction name="separator"/> |
14 | 59 <addaction name="actionQuit"/> |
60 </widget> | |
61 <addaction name="menuFeed"/> | |
62 </widget> | |
63 <widget class="QStatusBar" name="statusbar"/> | |
64 <action name="actionQuit"> | |
65 <property name="text"> | |
66 <string>Quit</string> | |
67 </property> | |
68 <property name="shortcut"> | |
69 <string>Ctrl+Q</string> | |
70 </property> | |
71 </action> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
72 <action name="actionAdd"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
73 <property name="text"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
74 <string>Add ...</string> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
75 </property> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
76 </action> |
14 | 77 </widget> |
78 <resources/> | |
79 <connections> | |
80 <connection> | |
81 <sender>actionQuit</sender> | |
82 <signal>activated()</signal> | |
83 <receiver>MainWindow</receiver> | |
84 <slot>close()</slot> | |
85 <hints> | |
86 <hint type="sourcelabel"> | |
87 <x>-1</x> | |
88 <y>-1</y> | |
89 </hint> | |
90 <hint type="destinationlabel"> | |
91 <x>399</x> | |
92 <y>299</y> | |
93 </hint> | |
94 </hints> | |
95 </connection> | |
96 </connections> | |
97 </ui> |