moved some signal/slots from code to designer.

This commit is contained in:
Hugo Pereira Da Costa 2012-11-27 18:29:21 +01:00
parent a909f9790a
commit 111bf3aa00
2 changed files with 34 additions and 2 deletions

View file

@ -63,7 +63,6 @@ namespace Oxygen
toggleExpertModeInternal( false );
// connections
connect( ui.titleOutline, SIGNAL( toggled( bool ) ), ui.separatorMode, SLOT(setDisabled(bool)) );
connect( ui._expertModeButton, SIGNAL( clicked( void ) ), SLOT( toggleExpertModeInternal( void ) ) );
connect( _animationConfigWidget, SIGNAL( layoutChanged( void ) ), SLOT(updateLayout( void ) ) );

View file

@ -458,5 +458,38 @@
<tabstop>activeShadowConfiguration</tabstop>
</tabstops>
<resources/>
<connections/>
<connections>
<connection>
<sender>titleOutline</sender>
<signal>toggled(bool)</signal>
<receiver>separatorMode</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>90</x>
<y>92</y>
</hint>
<hint type="destinationlabel">
<x>182</x>
<y>67</y>
</hint>
</hints>
</connection>
<connection>
<sender>titleOutline</sender>
<signal>toggled(bool)</signal>
<receiver>label_5</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>39</x>
<y>90</y>
</hint>
<hint type="destinationlabel">
<x>53</x>
<y>64</y>
</hint>
</hints>
</connection>
</connections>
</ui>