Mercurial > hg > Feedworm
diff Ui_MainWindow.ui @ 104:4f87be5399ff
double clicking a feed entry opens it in the external browser
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 05 Mar 2011 03:40:35 +0100 |
parents | 063581d8594e |
children | d372b3ee7bd8 |
line wrap: on
line diff
--- a/Ui_MainWindow.ui Wed Feb 16 06:57:06 2011 +0100 +++ b/Ui_MainWindow.ui Sat Mar 05 03:40:35 2011 +0100 @@ -408,6 +408,22 @@ </hint> </hints> </connection> + <connection> + <sender>feedEntryList</sender> + <signal>doubleClicked(QModelIndex)</signal> + <receiver>MainWindow</receiver> + <slot>feedEntryDoubleClicked()</slot> + <hints> + <hint type="sourcelabel"> + <x>616</x> + <y>117</y> + </hint> + <hint type="destinationlabel"> + <x>495</x> + <y>374</y> + </hint> + </hints> + </connection> </connections> <slots> <slot>addFeed()</slot> @@ -420,5 +436,6 @@ <slot>showFeedSettings()</slot> <slot>markSelectedFeedRead()</slot> <slot>deleteFeed()</slot> + <slot>feedEntryDoubleClicked()</slot> </slots> </ui>