add accept signal back to groupman

This commit is contained in:
Damien Elmes 2011-03-30 21:12:30 +09:00
parent 403286370c
commit 0ab698154f

View file

@ -127,5 +127,22 @@
<tabstop>buttonBox</tabstop> <tabstop>buttonBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>489</x>
<y>322</y>
</hint>
<hint type="destinationlabel">
<x>524</x>
<y>338</y>
</hint>
</hints>
</connection>
</connections>
</ui> </ui>