Mercurial > hg > Feedworm
annotate Ui_MainWindow.ui @ 230:9faa1f84e8c9
display the number of feeds and articles above the table
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 07 Aug 2014 04:46:57 +0200 |
parents | 94a902de5266 |
children |
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> | |
26 | 16 <property name="windowIcon"> |
41
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
17 <iconset resource="Feedworm.qrc"> |
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> |
26 | 19 </property> |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
20 <widget class="QWidget" name="centralwidget"> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
21 <layout class="QGridLayout" name="gridLayout"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
22 <item row="0" column="0"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
23 <widget class="QSplitter" name="splitter_2"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
24 <property name="orientation"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
25 <enum>Qt::Horizontal</enum> |
20 | 26 </property> |
230
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
27 <widget class="QWidget" name=""> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
28 <layout class="QVBoxLayout" name="verticalLayout"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
29 <item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
30 <widget class="QLabel" name="feedCountLabel"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
31 <property name="font"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
32 <font> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
33 <pointsize>8</pointsize> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
34 </font> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
35 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
36 <property name="text"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
37 <string/> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
38 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
39 <property name="alignment"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
40 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
41 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
42 <property name="textInteractionFlags"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
43 <set>Qt::NoTextInteraction</set> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
44 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
45 </widget> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
46 </item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
47 <item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
48 <widget class="QListView" name="feedList"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
49 <property name="alternatingRowColors"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
50 <bool>true</bool> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
51 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
52 <property name="resizeMode"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
53 <enum>QListView::Fixed</enum> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
54 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
55 </widget> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
56 </item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
57 </layout> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
58 </widget> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
59 <widget class="QSplitter" name="splitter"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
60 <property name="orientation"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
61 <enum>Qt::Vertical</enum> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
62 </property> |
230
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
63 <widget class="QWidget" name=""> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
64 <layout class="QVBoxLayout" name="verticalLayout_2"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
65 <item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
66 <widget class="QLabel" name="feedEntryCountLabel"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
67 <property name="font"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
68 <font> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
69 <pointsize>8</pointsize> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
70 </font> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
71 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
72 <property name="text"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
73 <string/> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
74 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
75 <property name="alignment"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
76 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
77 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
78 <property name="textInteractionFlags"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
79 <set>Qt::NoTextInteraction</set> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
80 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
81 </widget> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
82 </item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
83 <item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
84 <widget class="QTableView" name="feedEntryTable"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
85 <property name="alternatingRowColors"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
86 <bool>true</bool> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
87 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
88 <property name="selectionBehavior"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
89 <enum>QAbstractItemView::SelectRows</enum> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
90 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
91 <property name="showGrid"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
92 <bool>false</bool> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
93 </property> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
94 <attribute name="verticalHeaderVisible"> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
95 <bool>false</bool> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
96 </attribute> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
97 </widget> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
98 </item> |
9faa1f84e8c9
display the number of feeds and articles above the table
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
228
diff
changeset
|
99 </layout> |
92
7c6e500c1579
alternating row colors in feed entry list
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
91
diff
changeset
|
100 </widget> |
228
94a902de5266
use GenericTableModel instead of FeedEntryTableModel
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
207
diff
changeset
|
101 <widget class="QWebView" name="webView" native="true"> |
94a902de5266
use GenericTableModel instead of FeedEntryTableModel
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
207
diff
changeset
|
102 <property name="url" stdset="0"> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
103 <url> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
104 <string>about:blank</string> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
105 </url> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
106 </property> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
107 </widget> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
108 </widget> |
20 | 109 </widget> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
110 </item> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
111 </layout> |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
112 </widget> |
14 | 113 <widget class="QMenuBar" name="menubar"> |
114 <property name="geometry"> | |
115 <rect> | |
116 <x>0</x> | |
117 <y>0</y> | |
20 | 118 <width>992</width> |
207 | 119 <height>23</height> |
14 | 120 </rect> |
121 </property> | |
122 <widget class="QMenu" name="menuFeed"> | |
123 <property name="title"> | |
124 <string>Feed</string> | |
125 </property> | |
106 | 126 <addaction name="actionMarkFeedRead"/> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
127 <addaction name="actionMarkSelectedEntriesRead"/> |
114
b0290ab29483
move the "mark as read" menu items up in the feed menu as they are used most often
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
113
diff
changeset
|
128 <addaction name="actionAddFeed"/> |
56
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
129 <addaction name="actionUpdate"/> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
130 <addaction name="actionDeleteFeed"/> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
131 <addaction name="actionFeedSettings"/> |
14 | 132 </widget> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
133 <widget class="QMenu" name="menuArticle"> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
134 <property name="enabled"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
135 <bool>false</bool> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
136 </property> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
137 <property name="title"> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
138 <string>Article</string> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
139 </property> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
140 <addaction name="actionMarkSelectedRead"/> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
141 <addaction name="actionOpenLink"/> |
37
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
142 <addaction name="actionOpenInBrowser"/> |
113
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
143 <addaction name="actionCopyArticleURL"/> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
144 </widget> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
145 <widget class="QMenu" name="menuFeedworm"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
146 <property name="title"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
147 <string>Feedworm</string> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
148 </property> |
56
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
149 <addaction name="actionUpdateAllFeeds"/> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
150 <addaction name="actionPreferences"/> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
151 <addaction name="separator"/> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
152 <addaction name="actionQuit"/> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
153 </widget> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
154 <addaction name="menuFeedworm"/> |
14 | 155 <addaction name="menuFeed"/> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
156 <addaction name="menuArticle"/> |
14 | 157 </widget> |
158 <widget class="QStatusBar" name="statusbar"/> | |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
159 <widget class="QToolBar" name="toolBar"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
160 <property name="windowTitle"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
161 <string>toolBar</string> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
162 </property> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
163 <attribute name="toolBarArea"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
164 <enum>TopToolBarArea</enum> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
165 </attribute> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
166 <attribute name="toolBarBreak"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
167 <bool>false</bool> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
168 </attribute> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
169 <addaction name="actionMarkFeedRead"/> |
193
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
170 <addaction name="actionMarkSelectedEntriesRead"/> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
171 <addaction name="actionOpenLink"/> |
207 | 172 <addaction name="separator"/> |
173 <addaction name="actionZoomIn"/> | |
174 <addaction name="actionZoomOut"/> | |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
175 </widget> |
14 | 176 <action name="actionQuit"> |
177 <property name="text"> | |
178 <string>Quit</string> | |
179 </property> | |
180 <property name="shortcut"> | |
181 <string>Ctrl+Q</string> | |
182 </property> | |
183 </action> | |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
184 <action name="actionAddFeed"> |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
185 <property name="text"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
186 <string>Add ...</string> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
187 </property> |
26 | 188 <property name="shortcut"> |
189 <string>Ctrl+A</string> | |
190 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
191 </action> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
192 <action name="actionMarkSelectedRead"> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
193 <property name="text"> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
194 <string>Mark selected read</string> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
195 </property> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
196 <property name="shortcut"> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
197 <string>M</string> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
198 </property> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
199 </action> |
37
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
200 <action name="actionOpenInBrowser"> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
201 <property name="text"> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
202 <string>Open in browser</string> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
203 </property> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
204 <property name="shortcut"> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
205 <string>Ctrl+O</string> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
206 </property> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
207 </action> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
208 <action name="actionOpenLink"> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
209 <property name="enabled"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
210 <bool>false</bool> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
211 </property> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
212 <property name="icon"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
213 <iconset resource="Feedworm.qrc"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
214 <normaloff>:/newPrefix/open_in_browser.png</normaloff>:/newPrefix/open_in_browser.png</iconset> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
215 </property> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
216 <property name="text"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
217 <string>Open link</string> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
218 </property> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
219 <property name="shortcut"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
220 <string>L</string> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
221 </property> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
222 </action> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
223 <action name="actionPreferences"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
224 <property name="enabled"> |
40 | 225 <bool>true</bool> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
226 </property> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
227 <property name="text"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
228 <string>Preferences</string> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
229 </property> |
40 | 230 <property name="shortcut"> |
231 <string>Ctrl+.</string> | |
232 </property> | |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
233 </action> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
234 <action name="actionFeedSettings"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
235 <property name="enabled"> |
53
8cca4585eb33
the feed settings menu item starts out disabled and gets enabled once a feed is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
236 <bool>false</bool> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
237 </property> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
238 <property name="text"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
239 <string>Settings ...</string> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
240 </property> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
241 </action> |
56
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
242 <action name="actionMarkFeedRead"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
243 <property name="enabled"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
244 <bool>false</bool> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
245 </property> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
246 <property name="icon"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
247 <iconset resource="Feedworm.qrc"> |
193
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
248 <normaloff>:/newPrefix/mark_all_read.jpg</normaloff>:/newPrefix/mark_all_read.jpg</iconset> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
249 </property> |
56
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
250 <property name="text"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
251 <string>Mark all read</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
252 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
253 <property name="toolTip"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
254 <string>Mark all articles in current feed as read</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
255 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
256 <property name="shortcut"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
257 <string>Ctrl+M</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
258 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
259 </action> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
260 <action name="actionUpdate"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
261 <property name="enabled"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
262 <bool>false</bool> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
263 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
264 <property name="text"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
265 <string>Update</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
266 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
267 <property name="toolTip"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
268 <string>Update selected feed</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
269 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
270 <property name="shortcut"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
271 <string>Ctrl+U</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
272 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
273 </action> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
274 <action name="actionUpdateAllFeeds"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
275 <property name="enabled"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
276 <bool>false</bool> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
277 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
278 <property name="text"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
279 <string>Update feeds</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
280 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
281 <property name="shortcut"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
282 <string>Ctrl+Shift+U</string> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
283 </property> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
284 </action> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
285 <action name="actionDeleteFeed"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
286 <property name="enabled"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
287 <bool>false</bool> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
288 </property> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
289 <property name="text"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
290 <string>Delete</string> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
291 </property> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
292 </action> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
293 <action name="actionMarkSelectedEntriesRead"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
294 <property name="enabled"> |
193
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
295 <bool>false</bool> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
296 </property> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
297 <property name="icon"> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
298 <iconset resource="Feedworm.qrc"> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
299 <normaloff>:/newPrefix/mark_selected_read.jpg</normaloff>:/newPrefix/mark_selected_read.jpg</iconset> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
300 </property> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
301 <property name="text"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
302 <string>Mark selected read</string> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
303 </property> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
304 </action> |
113
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
305 <action name="actionCopyArticleURL"> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
306 <property name="text"> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
307 <string>Copy article URL</string> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
308 </property> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
309 <property name="shortcut"> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
310 <string>Ctrl+Shift+C</string> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
311 </property> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
312 </action> |
207 | 313 <action name="actionZoomIn"> |
314 <property name="icon"> | |
315 <iconset resource="Feedworm.qrc"> | |
316 <normaloff>:/newPrefix/zoom_in.png</normaloff>:/newPrefix/zoom_in.png</iconset> | |
317 </property> | |
318 <property name="text"> | |
319 <string>Zoom In</string> | |
320 </property> | |
321 <property name="toolTip"> | |
322 <string>Zoom In</string> | |
323 </property> | |
324 </action> | |
325 <action name="actionZoomOut"> | |
326 <property name="icon"> | |
327 <iconset resource="Feedworm.qrc"> | |
328 <normaloff>:/newPrefix/zoom_out.png</normaloff>:/newPrefix/zoom_out.png</iconset> | |
329 </property> | |
330 <property name="text"> | |
331 <string>Zoom Out</string> | |
332 </property> | |
333 <property name="toolTip"> | |
334 <string>Zoom Out</string> | |
335 </property> | |
336 </action> | |
14 | 337 </widget> |
20 | 338 <customwidgets> |
339 <customwidget> | |
340 <class>QWebView</class> | |
341 <extends>QWidget</extends> | |
342 <header>QtWebKit/QWebView</header> | |
343 </customwidget> | |
344 </customwidgets> | |
41
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
345 <resources> |
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
346 <include location="Feedworm.qrc"/> |
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
347 </resources> |
14 | 348 <connections> |
349 <connection> | |
350 <sender>actionQuit</sender> | |
351 <signal>activated()</signal> | |
352 <receiver>MainWindow</receiver> | |
353 <slot>close()</slot> | |
354 <hints> | |
355 <hint type="sourcelabel"> | |
356 <x>-1</x> | |
357 <y>-1</y> | |
358 </hint> | |
359 <hint type="destinationlabel"> | |
360 <x>399</x> | |
361 <y>299</y> | |
362 </hint> | |
363 </hints> | |
364 </connection> | |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
365 <connection> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
366 <sender>actionAddFeed</sender> |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
367 <signal>activated()</signal> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
368 <receiver>MainWindow</receiver> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
369 <slot>addFeed()</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
370 <hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
371 <hint type="sourcelabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
372 <x>-1</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
373 <y>-1</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
374 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
375 <hint type="destinationlabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
376 <x>495</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
377 <y>374</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
378 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
379 </hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
380 </connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
381 <connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
382 <sender>feedList</sender> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
383 <signal>clicked(QModelIndex)</signal> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
384 <receiver>MainWindow</receiver> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
385 <slot>feedSelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
386 <hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
387 <hint type="sourcelabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
388 <x>126</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
389 <y>377</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
390 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
391 <hint type="destinationlabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
392 <x>495</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
393 <y>374</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
394 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
395 </hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
396 </connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
397 <connection> |
228
94a902de5266
use GenericTableModel instead of FeedEntryTableModel
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
207
diff
changeset
|
398 <sender>feedEntryTable</sender> |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
399 <signal>clicked(QModelIndex)</signal> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
400 <receiver>MainWindow</receiver> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
401 <slot>feedEntrySelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
402 <hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
403 <hint type="sourcelabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
404 <x>616</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
405 <y>117</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
406 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
407 <hint type="destinationlabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
408 <x>495</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
409 <y>374</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
410 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
411 </hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
412 </connection> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
413 <connection> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
414 <sender>actionMarkSelectedRead</sender> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
415 <signal>activated()</signal> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
416 <receiver>MainWindow</receiver> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
417 <slot>toggleReadOnSelectedEntry()</slot> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
418 <hints> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
419 <hint type="sourcelabel"> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
420 <x>-1</x> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
421 <y>-1</y> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
422 </hint> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
423 <hint type="destinationlabel"> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
424 <x>495</x> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
425 <y>374</y> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
426 </hint> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
427 </hints> |
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
428 </connection> |
37
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
429 <connection> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
430 <sender>actionOpenLink</sender> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
431 <signal>activated()</signal> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
432 <receiver>MainWindow</receiver> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
433 <slot>openLinkFromSelectedEntry()</slot> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
434 <hints> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
435 <hint type="sourcelabel"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
436 <x>-1</x> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
437 <y>-1</y> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
438 </hint> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
439 <hint type="destinationlabel"> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
440 <x>495</x> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
441 <y>374</y> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
442 </hint> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
443 </hints> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
444 </connection> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
445 <connection> |
37
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
446 <sender>actionOpenInBrowser</sender> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
447 <signal>activated()</signal> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
448 <receiver>MainWindow</receiver> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
449 <slot>openSelectedEntryInBrowser()</slot> |
37
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
450 <hints> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
451 <hint type="sourcelabel"> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
452 <x>-1</x> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
453 <y>-1</y> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
454 </hint> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
455 <hint type="destinationlabel"> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
456 <x>495</x> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
457 <y>374</y> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
458 </hint> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
459 </hints> |
22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
460 </connection> |
40 | 461 <connection> |
462 <sender>actionPreferences</sender> | |
463 <signal>activated()</signal> | |
464 <receiver>MainWindow</receiver> | |
465 <slot>showPreferences()</slot> | |
466 <hints> | |
467 <hint type="sourcelabel"> | |
468 <x>-1</x> | |
469 <y>-1</y> | |
470 </hint> | |
471 <hint type="destinationlabel"> | |
472 <x>495</x> | |
473 <y>374</y> | |
474 </hint> | |
475 </hints> | |
476 </connection> | |
48 | 477 <connection> |
478 <sender>actionFeedSettings</sender> | |
479 <signal>activated()</signal> | |
480 <receiver>MainWindow</receiver> | |
481 <slot>showFeedSettings()</slot> | |
482 <hints> | |
483 <hint type="sourcelabel"> | |
484 <x>-1</x> | |
485 <y>-1</y> | |
486 </hint> | |
487 <hint type="destinationlabel"> | |
488 <x>495</x> | |
489 <y>374</y> | |
490 </hint> | |
491 </hints> | |
492 </connection> | |
56
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
493 <connection> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
494 <sender>actionMarkFeedRead</sender> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
495 <signal>activated()</signal> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
496 <receiver>MainWindow</receiver> |
59
daa2731967fe
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
56
diff
changeset
|
497 <slot>markSelectedFeedRead()</slot> |
56
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
498 <hints> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
499 <hint type="sourcelabel"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
500 <x>-1</x> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
501 <y>-1</y> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
502 </hint> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
503 <hint type="destinationlabel"> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
504 <x>495</x> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
505 <y>374</y> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
506 </hint> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
507 </hints> |
c82f5538733c
add a menu item to mark all entries in a feed as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
53
diff
changeset
|
508 </connection> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
509 <connection> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
510 <sender>actionDeleteFeed</sender> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
511 <signal>activated()</signal> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
512 <receiver>MainWindow</receiver> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
513 <slot>deleteFeed()</slot> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
514 <hints> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
515 <hint type="sourcelabel"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
516 <x>-1</x> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
517 <y>-1</y> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
518 </hint> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
519 <hint type="destinationlabel"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
520 <x>495</x> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
521 <y>374</y> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
522 </hint> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
523 </hints> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
524 </connection> |
104
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
525 <connection> |
228
94a902de5266
use GenericTableModel instead of FeedEntryTableModel
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
207
diff
changeset
|
526 <sender>feedEntryTable</sender> |
104
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
527 <signal>doubleClicked(QModelIndex)</signal> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
528 <receiver>MainWindow</receiver> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
529 <slot>feedEntryDoubleClicked()</slot> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
530 <hints> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
531 <hint type="sourcelabel"> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
532 <x>616</x> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
533 <y>117</y> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
534 </hint> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
535 <hint type="destinationlabel"> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
536 <x>495</x> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
537 <y>374</y> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
538 </hint> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
539 </hints> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
540 </connection> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
541 <connection> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
542 <sender>actionMarkSelectedEntriesRead</sender> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
543 <signal>activated()</signal> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
544 <receiver>MainWindow</receiver> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
545 <slot>markSelectedEntriesRead()</slot> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
546 <hints> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
547 <hint type="sourcelabel"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
548 <x>-1</x> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
549 <y>-1</y> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
550 </hint> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
551 <hint type="destinationlabel"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
552 <x>495</x> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
553 <y>374</y> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
554 </hint> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
555 </hints> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
556 </connection> |
113
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
557 <connection> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
558 <sender>actionCopyArticleURL</sender> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
559 <signal>activated()</signal> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
560 <receiver>MainWindow</receiver> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
561 <slot>copyArticleURLToClipboard()</slot> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
562 <hints> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
563 <hint type="sourcelabel"> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
564 <x>-1</x> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
565 <y>-1</y> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
566 </hint> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
567 <hint type="destinationlabel"> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
568 <x>495</x> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
569 <y>374</y> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
570 </hint> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
571 </hints> |
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
572 </connection> |
207 | 573 <connection> |
574 <sender>actionZoomIn</sender> | |
575 <signal>activated()</signal> | |
576 <receiver>MainWindow</receiver> | |
577 <slot>zoomIn()</slot> | |
578 <hints> | |
579 <hint type="sourcelabel"> | |
580 <x>-1</x> | |
581 <y>-1</y> | |
582 </hint> | |
583 <hint type="destinationlabel"> | |
584 <x>495</x> | |
585 <y>374</y> | |
586 </hint> | |
587 </hints> | |
588 </connection> | |
589 <connection> | |
590 <sender>actionZoomOut</sender> | |
591 <signal>activated()</signal> | |
592 <receiver>MainWindow</receiver> | |
593 <slot>zoomOut()</slot> | |
594 <hints> | |
595 <hint type="sourcelabel"> | |
596 <x>-1</x> | |
597 <y>-1</y> | |
598 </hint> | |
599 <hint type="destinationlabel"> | |
600 <x>495</x> | |
601 <y>374</y> | |
602 </hint> | |
603 </hints> | |
604 </connection> | |
14 | 605 </connections> |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
606 <slots> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
607 <slot>addFeed()</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
608 <slot>feedSelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
609 <slot>feedEntrySelected(QModelIndex)</slot> |
33
f371d02fa09d
mark unread feed entries bold. Add a menu item to toggle between read/unread
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
610 <slot>toggleReadOnSelectedEntry()</slot> |
39
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
611 <slot>openSelectedEntryInBrowser()</slot> |
0c2578196643
Disable the article menu by default, enable it when the first article is selected
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
37
diff
changeset
|
612 <slot>openLinkFromSelectedEntry()</slot> |
40 | 613 <slot>showPreferences()</slot> |
48 | 614 <slot>showFeedSettings()</slot> |
59
daa2731967fe
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
56
diff
changeset
|
615 <slot>markSelectedFeedRead()</slot> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
616 <slot>deleteFeed()</slot> |
104
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
617 <slot>feedEntryDoubleClicked()</slot> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
618 <slot>markSelectedEntriesRead()</slot> |
113
04f8cf1558c1
Add a menu item to copy the selected article's link to the clipboard
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
106
diff
changeset
|
619 <slot>copyArticleURLToClipboard()</slot> |
207 | 620 <slot>zoomIn()</slot> |
621 <slot>zoomOut()</slot> | |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
622 </slots> |
14 | 623 </ui> |