Mercurial > hg > Feedworm
diff Ui_MainWindow.ui @ 23:dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 29 Apr 2010 05:41:52 +0200 |
parents | cb9d8da0f307 |
children | f9a3223182c5 |
line wrap: on
line diff
--- a/Ui_MainWindow.ui Thu Apr 29 05:22:59 2010 +0200 +++ b/Ui_MainWindow.ui Thu Apr 29 05:41:52 2010 +0200 @@ -78,6 +78,11 @@ <string>Add ...</string> </property> </action> + <action name="actionXxx"> + <property name="text"> + <string>xxx</string> + </property> + </action> </widget> <customwidgets> <customwidget> @@ -104,5 +109,58 @@ </hint> </hints> </connection> + <connection> + <sender>actionAdd</sender> + <signal>activated()</signal> + <receiver>MainWindow</receiver> + <slot>addFeed()</slot> + <hints> + <hint type="sourcelabel"> + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel"> + <x>495</x> + <y>374</y> + </hint> + </hints> + </connection> + <connection> + <sender>feedList</sender> + <signal>clicked(QModelIndex)</signal> + <receiver>MainWindow</receiver> + <slot>feedSelected(QModelIndex)</slot> + <hints> + <hint type="sourcelabel"> + <x>126</x> + <y>377</y> + </hint> + <hint type="destinationlabel"> + <x>495</x> + <y>374</y> + </hint> + </hints> + </connection> + <connection> + <sender>feedEntryList</sender> + <signal>clicked(QModelIndex)</signal> + <receiver>MainWindow</receiver> + <slot>feedEntrySelected(QModelIndex)</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> + <slot>feedSelected(QModelIndex)</slot> + <slot>feedEntrySelected(QModelIndex)</slot> + </slots> </ui>