comparison Ui_MainWindow.ui @ 105:d372b3ee7bd8

add marking the entire current selection as read
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 07 Mar 2011 07:08:12 +0100
parents 4f87be5399ff
children 2ab09e7a3691
comparison
equal deleted inserted replaced
104:4f87be5399ff 105:d372b3ee7bd8
77 <widget class="QMenu" name="menuFeed"> 77 <widget class="QMenu" name="menuFeed">
78 <property name="title"> 78 <property name="title">
79 <string>Feed</string> 79 <string>Feed</string>
80 </property> 80 </property>
81 <addaction name="actionAddFeed"/> 81 <addaction name="actionAddFeed"/>
82 <addaction name="actionMarkSelectedEntriesRead"/>
82 <addaction name="actionMarkFeedRead"/> 83 <addaction name="actionMarkFeedRead"/>
83 <addaction name="actionUpdate"/> 84 <addaction name="actionUpdate"/>
84 <addaction name="actionDeleteFeed"/> 85 <addaction name="actionDeleteFeed"/>
85 <addaction name="actionFeedSettings"/> 86 <addaction name="actionFeedSettings"/>
86 </widget> 87 </widget>
218 </property> 219 </property>
219 <property name="text"> 220 <property name="text">
220 <string>Delete</string> 221 <string>Delete</string>
221 </property> 222 </property>
222 </action> 223 </action>
224 <action name="actionMarkSelectedEntriesRead">
225 <property name="enabled">
226 <bool>true</bool>
227 </property>
228 <property name="text">
229 <string>Mark selected read</string>
230 </property>
231 </action>
223 </widget> 232 </widget>
224 <customwidgets> 233 <customwidgets>
225 <customwidget> 234 <customwidget>
226 <class>QWebView</class> 235 <class>QWebView</class>
227 <extends>QWidget</extends> 236 <extends>QWidget</extends>
415 <slot>feedEntryDoubleClicked()</slot> 424 <slot>feedEntryDoubleClicked()</slot>
416 <hints> 425 <hints>
417 <hint type="sourcelabel"> 426 <hint type="sourcelabel">
418 <x>616</x> 427 <x>616</x>
419 <y>117</y> 428 <y>117</y>
429 </hint>
430 <hint type="destinationlabel">
431 <x>495</x>
432 <y>374</y>
433 </hint>
434 </hints>
435 </connection>
436 <connection>
437 <sender>actionMarkSelectedEntriesRead</sender>
438 <signal>activated()</signal>
439 <receiver>MainWindow</receiver>
440 <slot>markSelectedEntriesRead()</slot>
441 <hints>
442 <hint type="sourcelabel">
443 <x>-1</x>
444 <y>-1</y>
420 </hint> 445 </hint>
421 <hint type="destinationlabel"> 446 <hint type="destinationlabel">
422 <x>495</x> 447 <x>495</x>
423 <y>374</y> 448 <y>374</y>
424 </hint> 449 </hint>
435 <slot>showPreferences()</slot> 460 <slot>showPreferences()</slot>
436 <slot>showFeedSettings()</slot> 461 <slot>showFeedSettings()</slot>
437 <slot>markSelectedFeedRead()</slot> 462 <slot>markSelectedFeedRead()</slot>
438 <slot>deleteFeed()</slot> 463 <slot>deleteFeed()</slot>
439 <slot>feedEntryDoubleClicked()</slot> 464 <slot>feedEntryDoubleClicked()</slot>
465 <slot>markSelectedEntriesRead()</slot>
440 </slots> 466 </slots>
441 </ui> 467 </ui>