Mercurial > hg > Feedworm
annotate MainWindow.ui @ 249:5695197a3ca5
Add an about Qt help menu item
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 09 Jun 2016 05:19:03 +0200 |
parents | a34cb404cef3 |
children | 3ce39af93e77 |
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> |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
27 <widget class="QWidget" name="layoutWidget"> |
230
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> |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
63 <widget class="QWidget" name="layoutWidget"> |
230
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> |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
154 <widget class="QMenu" name="menuHelp"> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
155 <property name="title"> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
156 <string>Help</string> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
157 </property> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
158 <addaction name="actionAboutQt"/> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
159 </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
|
160 <addaction name="menuFeedworm"/> |
14 | 161 <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
|
162 <addaction name="menuArticle"/> |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
163 <addaction name="menuHelp"/> |
14 | 164 </widget> |
165 <widget class="QStatusBar" name="statusbar"/> | |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
166 <widget class="QToolBar" name="toolBar"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
167 <property name="windowTitle"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
168 <string>toolBar</string> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
169 </property> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
170 <attribute name="toolBarArea"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
171 <enum>TopToolBarArea</enum> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
172 </attribute> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
173 <attribute name="toolBarBreak"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
174 <bool>false</bool> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
175 </attribute> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
176 <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
|
177 <addaction name="actionMarkSelectedEntriesRead"/> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
178 <addaction name="actionOpenLink"/> |
207 | 179 <addaction name="separator"/> |
180 <addaction name="actionZoomIn"/> | |
181 <addaction name="actionZoomOut"/> | |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
182 </widget> |
14 | 183 <action name="actionQuit"> |
184 <property name="text"> | |
185 <string>Quit</string> | |
186 </property> | |
187 <property name="shortcut"> | |
188 <string>Ctrl+Q</string> | |
189 </property> | |
190 </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
|
191 <action name="actionAddFeed"> |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
192 <property name="text"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
193 <string>Add ...</string> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
194 </property> |
26 | 195 <property name="shortcut"> |
196 <string>Ctrl+A</string> | |
197 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
198 </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
|
199 <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
|
200 <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
|
201 <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
|
202 </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
|
203 <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
|
204 <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
|
205 </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
|
206 </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
|
207 <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
|
208 <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
|
209 <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
|
210 </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
|
211 <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
|
212 <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
|
213 </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
|
214 </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
|
215 <action name="actionOpenLink"> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
216 <property name="enabled"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
217 <bool>false</bool> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
218 </property> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
219 <property name="icon"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
220 <iconset resource="Feedworm.qrc"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
221 <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
|
222 </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
|
223 <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
|
224 <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
|
225 </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
|
226 <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
|
227 <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
|
228 </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
|
229 </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
|
230 <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
|
231 <property name="enabled"> |
40 | 232 <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
|
233 </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
|
234 <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
|
235 <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
|
236 </property> |
40 | 237 <property name="shortcut"> |
238 <string>Ctrl+.</string> | |
239 </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
|
240 </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
|
241 <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
|
242 <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
|
243 <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
|
244 </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
|
245 <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
|
246 <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
|
247 </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
|
248 </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
|
249 <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
|
250 <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
|
251 <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
|
252 </property> |
115
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
253 <property name="icon"> |
e9145e8dd698
add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
114
diff
changeset
|
254 <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
|
255 <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
|
256 </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
|
257 <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
|
258 <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
|
259 </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
|
260 <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
|
261 <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
|
262 </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
|
263 <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
|
264 <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
|
265 </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
|
266 </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
|
267 <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
|
268 <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
|
269 <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
|
270 </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
|
271 <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
|
272 <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
|
273 </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
|
274 <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
|
275 <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
|
276 </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
|
277 <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
|
278 <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
|
279 </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
|
280 </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
|
281 <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
|
282 <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
|
283 <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
|
284 </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
|
285 <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
|
286 <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
|
287 </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
|
288 <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
|
289 <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
|
290 </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
|
291 </action> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
292 <action name="actionDeleteFeed"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
293 <property name="enabled"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
294 <bool>false</bool> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
295 </property> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
296 <property name="text"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
297 <string>Delete</string> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
298 </property> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
299 </action> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
300 <action name="actionMarkSelectedEntriesRead"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
301 <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
|
302 <bool>false</bool> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
303 </property> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
304 <property name="icon"> |
c345a26febc2
add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
305 <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
|
306 <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
|
307 </property> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
308 <property name="text"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
309 <string>Mark selected read</string> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
310 </property> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
311 </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
|
312 <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
|
313 <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
|
314 <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
|
315 </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
|
316 <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
|
317 <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
|
318 </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
|
319 </action> |
207 | 320 <action name="actionZoomIn"> |
321 <property name="icon"> | |
322 <iconset resource="Feedworm.qrc"> | |
323 <normaloff>:/newPrefix/zoom_in.png</normaloff>:/newPrefix/zoom_in.png</iconset> | |
324 </property> | |
325 <property name="text"> | |
326 <string>Zoom In</string> | |
327 </property> | |
328 <property name="toolTip"> | |
329 <string>Zoom In</string> | |
330 </property> | |
331 </action> | |
332 <action name="actionZoomOut"> | |
333 <property name="icon"> | |
334 <iconset resource="Feedworm.qrc"> | |
335 <normaloff>:/newPrefix/zoom_out.png</normaloff>:/newPrefix/zoom_out.png</iconset> | |
336 </property> | |
337 <property name="text"> | |
338 <string>Zoom Out</string> | |
339 </property> | |
340 <property name="toolTip"> | |
341 <string>Zoom Out</string> | |
342 </property> | |
343 </action> | |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
344 <action name="actionAboutQt"> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
345 <property name="text"> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
346 <string>About Qt</string> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
347 </property> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
348 </action> |
14 | 349 </widget> |
20 | 350 <customwidgets> |
351 <customwidget> | |
352 <class>QWebView</class> | |
353 <extends>QWidget</extends> | |
354 <header>QtWebKit/QWebView</header> | |
355 </customwidget> | |
356 </customwidgets> | |
41
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
357 <resources> |
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
358 <include location="Feedworm.qrc"/> |
9fa1e33b67da
use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
40
diff
changeset
|
359 </resources> |
14 | 360 <connections> |
361 <connection> | |
362 <sender>actionQuit</sender> | |
363 <signal>activated()</signal> | |
364 <receiver>MainWindow</receiver> | |
365 <slot>close()</slot> | |
366 <hints> | |
367 <hint type="sourcelabel"> | |
368 <x>-1</x> | |
369 <y>-1</y> | |
370 </hint> | |
371 <hint type="destinationlabel"> | |
372 <x>399</x> | |
373 <y>299</y> | |
374 </hint> | |
375 </hints> | |
376 </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
|
377 <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
|
378 <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
|
379 <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
|
380 <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
|
381 <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
|
382 <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
|
383 <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
|
384 <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
|
385 <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
|
386 </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
|
387 <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
|
388 <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
|
389 <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
|
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 </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
|
392 </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
|
393 <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
|
394 <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
|
395 <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
|
396 <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
|
397 <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
|
398 <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
|
399 <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
|
400 <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
|
401 <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
|
402 </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
|
403 <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
|
404 <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
|
405 <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
|
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 </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
|
408 </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
|
409 <connection> |
228
94a902de5266
use GenericTableModel instead of FeedEntryTableModel
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
207
diff
changeset
|
410 <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
|
411 <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
|
412 <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
|
413 <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
|
414 <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
|
415 <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
|
416 <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
|
417 <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
|
418 </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
|
419 <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
|
420 <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
|
421 <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
|
422 </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
|
423 </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
|
424 </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
|
425 <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
|
426 <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
|
427 <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
|
428 <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
|
429 <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
|
430 <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
|
431 <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
|
432 <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
|
433 <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
|
434 </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
|
435 <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
|
436 <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
|
437 <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
|
438 </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
|
439 </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
|
440 </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
|
441 <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
|
442 <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
|
443 <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
|
444 <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
|
445 <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
|
446 <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
|
447 <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
|
448 <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
|
449 <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
|
450 </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
|
451 <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
|
452 <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
|
453 <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
|
454 </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
|
455 </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
|
456 </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
|
457 <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
|
458 <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
|
459 <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
|
460 <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
|
461 <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
|
462 <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
|
463 <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
|
464 <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
|
465 <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
|
466 </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
|
467 <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
|
468 <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
|
469 <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
|
470 </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
|
471 </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
|
472 </connection> |
40 | 473 <connection> |
474 <sender>actionPreferences</sender> | |
475 <signal>activated()</signal> | |
476 <receiver>MainWindow</receiver> | |
477 <slot>showPreferences()</slot> | |
478 <hints> | |
479 <hint type="sourcelabel"> | |
480 <x>-1</x> | |
481 <y>-1</y> | |
482 </hint> | |
483 <hint type="destinationlabel"> | |
484 <x>495</x> | |
485 <y>374</y> | |
486 </hint> | |
487 </hints> | |
488 </connection> | |
48 | 489 <connection> |
490 <sender>actionFeedSettings</sender> | |
491 <signal>activated()</signal> | |
492 <receiver>MainWindow</receiver> | |
493 <slot>showFeedSettings()</slot> | |
494 <hints> | |
495 <hint type="sourcelabel"> | |
496 <x>-1</x> | |
497 <y>-1</y> | |
498 </hint> | |
499 <hint type="destinationlabel"> | |
500 <x>495</x> | |
501 <y>374</y> | |
502 </hint> | |
503 </hints> | |
504 </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
|
505 <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
|
506 <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
|
507 <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
|
508 <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
|
509 <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
|
510 <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
|
511 <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
|
512 <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
|
513 <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
|
514 </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
|
515 <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
|
516 <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
|
517 <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
|
518 </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
|
519 </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
|
520 </connection> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
521 <connection> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
522 <sender>actionDeleteFeed</sender> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
523 <signal>activated()</signal> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
524 <receiver>MainWindow</receiver> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
525 <slot>deleteFeed()</slot> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
526 <hints> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
527 <hint type="sourcelabel"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
528 <x>-1</x> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
529 <y>-1</y> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
530 </hint> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
531 <hint type="destinationlabel"> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
532 <x>495</x> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
533 <y>374</y> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
534 </hint> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
535 </hints> |
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
536 </connection> |
104
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
537 <connection> |
228
94a902de5266
use GenericTableModel instead of FeedEntryTableModel
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
207
diff
changeset
|
538 <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
|
539 <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
|
540 <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
|
541 <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
|
542 <hints> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
543 <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
|
544 <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
|
545 <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
|
546 </hint> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
547 <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
|
548 <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
|
549 <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
|
550 </hint> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
551 </hints> |
4f87be5399ff
double clicking a feed entry opens it in the external browser
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
103
diff
changeset
|
552 </connection> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
553 <connection> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
554 <sender>actionMarkSelectedEntriesRead</sender> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
555 <signal>activated()</signal> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
556 <receiver>MainWindow</receiver> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
557 <slot>markSelectedEntriesRead()</slot> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
558 <hints> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
559 <hint type="sourcelabel"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
560 <x>-1</x> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
561 <y>-1</y> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
562 </hint> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
563 <hint type="destinationlabel"> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
564 <x>495</x> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
565 <y>374</y> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
566 </hint> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
567 </hints> |
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
568 </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
|
569 <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
|
570 <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
|
571 <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
|
572 <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
|
573 <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
|
574 <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
|
575 <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
|
576 <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
|
577 <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
|
578 </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
|
579 <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
|
580 <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
|
581 <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
|
582 </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
|
583 </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
|
584 </connection> |
207 | 585 <connection> |
586 <sender>actionZoomIn</sender> | |
587 <signal>activated()</signal> | |
588 <receiver>MainWindow</receiver> | |
589 <slot>zoomIn()</slot> | |
590 <hints> | |
591 <hint type="sourcelabel"> | |
592 <x>-1</x> | |
593 <y>-1</y> | |
594 </hint> | |
595 <hint type="destinationlabel"> | |
596 <x>495</x> | |
597 <y>374</y> | |
598 </hint> | |
599 </hints> | |
600 </connection> | |
601 <connection> | |
602 <sender>actionZoomOut</sender> | |
603 <signal>activated()</signal> | |
604 <receiver>MainWindow</receiver> | |
605 <slot>zoomOut()</slot> | |
606 <hints> | |
607 <hint type="sourcelabel"> | |
608 <x>-1</x> | |
609 <y>-1</y> | |
610 </hint> | |
611 <hint type="destinationlabel"> | |
612 <x>495</x> | |
613 <y>374</y> | |
614 </hint> | |
615 </hints> | |
616 </connection> | |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
617 <connection> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
618 <sender>actionAboutQt</sender> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
619 <signal>activated()</signal> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
620 <receiver>MainWindow</receiver> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
621 <slot>aboutQtClicked()</slot> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
622 <hints> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
623 <hint type="sourcelabel"> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
624 <x>-1</x> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
625 <y>-1</y> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
626 </hint> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
627 <hint type="destinationlabel"> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
628 <x>495</x> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
629 <y>374</y> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
630 </hint> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
631 </hints> |
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
632 </connection> |
14 | 633 </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
|
634 <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
|
635 <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
|
636 <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
|
637 <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
|
638 <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
|
639 <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
|
640 <slot>openLinkFromSelectedEntry()</slot> |
40 | 641 <slot>showPreferences()</slot> |
48 | 642 <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
|
643 <slot>markSelectedFeedRead()</slot> |
103
063581d8594e
implement deleting a feed from the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
98
diff
changeset
|
644 <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
|
645 <slot>feedEntryDoubleClicked()</slot> |
105
d372b3ee7bd8
add marking the entire current selection as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
104
diff
changeset
|
646 <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
|
647 <slot>copyArticleURLToClipboard()</slot> |
207 | 648 <slot>zoomIn()</slot> |
649 <slot>zoomOut()</slot> | |
249
5695197a3ca5
Add an about Qt help menu item
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
235
diff
changeset
|
650 <slot>aboutQtClicked()</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
|
651 </slots> |
14 | 652 </ui> |