Mercurial > hg > Feedworm
annotate Ui_MainWindow.ui @ 20:0b8398ca6cd0
oops forgot these ones
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 28 Apr 2010 04:00:56 +0200 |
parents | 35225588b895 |
children | cb9d8da0f307 |
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> | |
20 | 9 <width>992</width> |
10 <height>750</height> | |
14 | 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"> |
20 | 17 <widget class="QSplitter" name="splitter_2"> |
15
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> |
20 | 22 <width>991</width> |
23 <height>701</height> | |
15
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> |
20 | 26 <property name="orientation"> |
27 <enum>Qt::Horizontal</enum> | |
18
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> |
20 | 29 <widget class="QListView" name="feedList"> |
30 <property name="alternatingRowColors"> | |
31 <bool>true</bool> | |
32 </property> | |
33 <property name="resizeMode"> | |
34 <enum>QListView::Fixed</enum> | |
35 </property> | |
36 </widget> | |
37 <widget class="QSplitter" name="splitter"> | |
38 <property name="orientation"> | |
39 <enum>Qt::Vertical</enum> | |
40 </property> | |
41 <widget class="QListView" name="feedEntryList"/> | |
42 <widget class="QWebView" name="webView"> | |
43 <property name="url"> | |
44 <url> | |
45 <string>about:blank</string> | |
46 </url> | |
47 </property> | |
48 </widget> | |
49 </widget> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
50 </widget> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
51 </widget> |
14 | 52 <widget class="QMenuBar" name="menubar"> |
53 <property name="geometry"> | |
54 <rect> | |
55 <x>0</x> | |
56 <y>0</y> | |
20 | 57 <width>992</width> |
14 | 58 <height>27</height> |
59 </rect> | |
60 </property> | |
61 <widget class="QMenu" name="menuFeed"> | |
62 <property name="title"> | |
63 <string>Feed</string> | |
64 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
65 <addaction name="actionAdd"/> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
66 <addaction name="separator"/> |
14 | 67 <addaction name="actionQuit"/> |
68 </widget> | |
69 <addaction name="menuFeed"/> | |
70 </widget> | |
71 <widget class="QStatusBar" name="statusbar"/> | |
72 <action name="actionQuit"> | |
73 <property name="text"> | |
74 <string>Quit</string> | |
75 </property> | |
76 <property name="shortcut"> | |
77 <string>Ctrl+Q</string> | |
78 </property> | |
79 </action> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
80 <action name="actionAdd"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
81 <property name="text"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
82 <string>Add ...</string> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
83 </property> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
84 </action> |
14 | 85 </widget> |
20 | 86 <customwidgets> |
87 <customwidget> | |
88 <class>QWebView</class> | |
89 <extends>QWidget</extends> | |
90 <header>QtWebKit/QWebView</header> | |
91 </customwidget> | |
92 </customwidgets> | |
14 | 93 <resources/> |
94 <connections> | |
95 <connection> | |
96 <sender>actionQuit</sender> | |
97 <signal>activated()</signal> | |
98 <receiver>MainWindow</receiver> | |
99 <slot>close()</slot> | |
100 <hints> | |
101 <hint type="sourcelabel"> | |
102 <x>-1</x> | |
103 <y>-1</y> | |
104 </hint> | |
105 <hint type="destinationlabel"> | |
106 <x>399</x> | |
107 <y>299</y> | |
108 </hint> | |
109 </hints> | |
110 </connection> | |
111 </connections> | |
112 </ui> |