moved some signal/slots from code to designer.
This commit is contained in:
parent
a909f9790a
commit
111bf3aa00
2 changed files with 34 additions and 2 deletions
|
@ -63,7 +63,6 @@ namespace Oxygen
|
||||||
toggleExpertModeInternal( false );
|
toggleExpertModeInternal( false );
|
||||||
|
|
||||||
// connections
|
// connections
|
||||||
connect( ui.titleOutline, SIGNAL( toggled( bool ) ), ui.separatorMode, SLOT(setDisabled(bool)) );
|
|
||||||
connect( ui._expertModeButton, SIGNAL( clicked( void ) ), SLOT( toggleExpertModeInternal( void ) ) );
|
connect( ui._expertModeButton, SIGNAL( clicked( void ) ), SLOT( toggleExpertModeInternal( void ) ) );
|
||||||
connect( _animationConfigWidget, SIGNAL( layoutChanged( void ) ), SLOT(updateLayout( void ) ) );
|
connect( _animationConfigWidget, SIGNAL( layoutChanged( void ) ), SLOT(updateLayout( void ) ) );
|
||||||
|
|
||||||
|
|
|
@ -458,5 +458,38 @@
|
||||||
<tabstop>activeShadowConfiguration</tabstop>
|
<tabstop>activeShadowConfiguration</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources/>
|
<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>
|
</ui>
|
||||||
|
|
Loading…
Reference in a new issue