Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 56:c82f5538733c
add a menu item to mark all entries in a feed as read
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 23 Jul 2010 04:06:10 +0200 |
parents | 8cca4585eb33 |
children | daa2731967fe |
comparison
equal
deleted
inserted
replaced
55:0f9b3e57cff0 | 56:c82f5538733c |
---|---|
61 <widget class="QMenu" name="menuFeed"> | 61 <widget class="QMenu" name="menuFeed"> |
62 <property name="title"> | 62 <property name="title"> |
63 <string>Feed</string> | 63 <string>Feed</string> |
64 </property> | 64 </property> |
65 <addaction name="actionAddFeed"/> | 65 <addaction name="actionAddFeed"/> |
66 <addaction name="actionMarkFeedRead"/> | |
67 <addaction name="actionUpdate"/> | |
66 <addaction name="actionFeedSettings"/> | 68 <addaction name="actionFeedSettings"/> |
67 </widget> | 69 </widget> |
68 <widget class="QMenu" name="menuArticle"> | 70 <widget class="QMenu" name="menuArticle"> |
69 <property name="enabled"> | 71 <property name="enabled"> |
70 <bool>false</bool> | 72 <bool>false</bool> |
78 </widget> | 80 </widget> |
79 <widget class="QMenu" name="menuFeedworm"> | 81 <widget class="QMenu" name="menuFeedworm"> |
80 <property name="title"> | 82 <property name="title"> |
81 <string>Feedworm</string> | 83 <string>Feedworm</string> |
82 </property> | 84 </property> |
85 <addaction name="actionUpdateAllFeeds"/> | |
83 <addaction name="actionPreferences"/> | 86 <addaction name="actionPreferences"/> |
84 <addaction name="separator"/> | 87 <addaction name="separator"/> |
85 <addaction name="actionQuit"/> | 88 <addaction name="actionQuit"/> |
86 </widget> | 89 </widget> |
87 <addaction name="menuFeedworm"/> | 90 <addaction name="menuFeedworm"/> |
149 <property name="enabled"> | 152 <property name="enabled"> |
150 <bool>false</bool> | 153 <bool>false</bool> |
151 </property> | 154 </property> |
152 <property name="text"> | 155 <property name="text"> |
153 <string>Settings ...</string> | 156 <string>Settings ...</string> |
157 </property> | |
158 </action> | |
159 <action name="actionMarkFeedRead"> | |
160 <property name="enabled"> | |
161 <bool>false</bool> | |
162 </property> | |
163 <property name="text"> | |
164 <string>Mark all read</string> | |
165 </property> | |
166 <property name="toolTip"> | |
167 <string>Mark all articles in current feed as read</string> | |
168 </property> | |
169 <property name="shortcut"> | |
170 <string>Ctrl+M</string> | |
171 </property> | |
172 </action> | |
173 <action name="actionUpdate"> | |
174 <property name="enabled"> | |
175 <bool>false</bool> | |
176 </property> | |
177 <property name="text"> | |
178 <string>Update</string> | |
179 </property> | |
180 <property name="toolTip"> | |
181 <string>Update selected feed</string> | |
182 </property> | |
183 <property name="shortcut"> | |
184 <string>Ctrl+U</string> | |
185 </property> | |
186 </action> | |
187 <action name="actionUpdateAllFeeds"> | |
188 <property name="enabled"> | |
189 <bool>false</bool> | |
190 </property> | |
191 <property name="text"> | |
192 <string>Update feeds</string> | |
193 </property> | |
194 <property name="shortcut"> | |
195 <string>Ctrl+Shift+U</string> | |
154 </property> | 196 </property> |
155 </action> | 197 </action> |
156 </widget> | 198 </widget> |
157 <customwidgets> | 199 <customwidgets> |
158 <customwidget> | 200 <customwidget> |
307 <x>495</x> | 349 <x>495</x> |
308 <y>374</y> | 350 <y>374</y> |
309 </hint> | 351 </hint> |
310 </hints> | 352 </hints> |
311 </connection> | 353 </connection> |
354 <connection> | |
355 <sender>actionMarkFeedRead</sender> | |
356 <signal>activated()</signal> | |
357 <receiver>MainWindow</receiver> | |
358 <slot>toggleReadOnSelectedFeed()</slot> | |
359 <hints> | |
360 <hint type="sourcelabel"> | |
361 <x>-1</x> | |
362 <y>-1</y> | |
363 </hint> | |
364 <hint type="destinationlabel"> | |
365 <x>495</x> | |
366 <y>374</y> | |
367 </hint> | |
368 </hints> | |
369 </connection> | |
312 </connections> | 370 </connections> |
313 <slots> | 371 <slots> |
314 <slot>addFeed()</slot> | 372 <slot>addFeed()</slot> |
315 <slot>feedSelected(QModelIndex)</slot> | 373 <slot>feedSelected(QModelIndex)</slot> |
316 <slot>feedEntrySelected(QModelIndex)</slot> | 374 <slot>feedEntrySelected(QModelIndex)</slot> |
317 <slot>toggleReadOnSelectedEntry()</slot> | 375 <slot>toggleReadOnSelectedEntry()</slot> |
318 <slot>openSelectedEntryInBrowser()</slot> | 376 <slot>openSelectedEntryInBrowser()</slot> |
319 <slot>openLinkFromSelectedEntry()</slot> | 377 <slot>openLinkFromSelectedEntry()</slot> |
320 <slot>showPreferences()</slot> | 378 <slot>showPreferences()</slot> |
321 <slot>showFeedSettings()</slot> | 379 <slot>showFeedSettings()</slot> |
380 <slot>toggleReadOnSelectedFeed()</slot> | |
322 </slots> | 381 </slots> |
323 </ui> | 382 </ui> |