Mercurial > hg > Feedworm
diff Ui_MainWindow.ui @ 48:6e5219e05625
GUI for feed settings
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 16 May 2010 08:26:46 +0200 |
parents | 9fa1e33b67da |
children | 8cca4585eb33 |
line wrap: on
line diff
--- a/Ui_MainWindow.ui Sun May 16 08:13:07 2010 +0200 +++ b/Ui_MainWindow.ui Sun May 16 08:26:46 2010 +0200 @@ -147,7 +147,7 @@ </action> <action name="actionFeedSettings"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="text"> <string>Settings ...</string> @@ -293,6 +293,22 @@ </hint> </hints> </connection> + <connection> + <sender>actionFeedSettings</sender> + <signal>activated()</signal> + <receiver>MainWindow</receiver> + <slot>showFeedSettings()</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> @@ -302,5 +318,6 @@ <slot>openSelectedEntryInBrowser()</slot> <slot>openLinkFromSelectedEntry()</slot> <slot>showPreferences()</slot> + <slot>showFeedSettings()</slot> </slots> </ui>