Mercurial > hg > Feedworm
diff 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 |
line wrap: on
line diff
--- a/Ui_MainWindow.ui Sat Mar 05 03:40:35 2011 +0100 +++ b/Ui_MainWindow.ui Mon Mar 07 07:08:12 2011 +0100 @@ -79,6 +79,7 @@ <string>Feed</string> </property> <addaction name="actionAddFeed"/> + <addaction name="actionMarkSelectedEntriesRead"/> <addaction name="actionMarkFeedRead"/> <addaction name="actionUpdate"/> <addaction name="actionDeleteFeed"/> @@ -220,6 +221,14 @@ <string>Delete</string> </property> </action> + <action name="actionMarkSelectedEntriesRead"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="text"> + <string>Mark selected read</string> + </property> + </action> </widget> <customwidgets> <customwidget> @@ -424,6 +433,22 @@ </hint> </hints> </connection> + <connection> + <sender>actionMarkSelectedEntriesRead</sender> + <signal>activated()</signal> + <receiver>MainWindow</receiver> + <slot>markSelectedEntriesRead()</slot> + <hints> + <hint type="sourcelabel"> + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel"> + <x>495</x> + <y>374</y> + </hint> + </hints> + </connection> </connections> <slots> <slot>addFeed()</slot> @@ -437,5 +462,6 @@ <slot>markSelectedFeedRead()</slot> <slot>deleteFeed()</slot> <slot>feedEntryDoubleClicked()</slot> + <slot>markSelectedEntriesRead()</slot> </slots> </ui>