Skip to content

Commit

Permalink
Enable diagram size options based on sizeType selection
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 3, 2012
1 parent b84baeb commit dc790ff
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -948,7 +948,40 @@
<resources>
<include location="../../images/images.qrc"/>
</resources>
<connections/>
<connections>
<connection>
<sender>mFixedSizeCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>mDiagramSizeSpinBox</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>75</x>
<y>118</y>
</hint>
<hint type="destinationlabel">
<x>158</x>
<y>118</y>
</hint>
</hints>
</connection>
<connection>
<sender>mFixedSizeCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>mLinearScaleFrame</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>75</x>
<y>118</y>
</hint>
<hint type="destinationlabel">
<x>390</x>
<y>222</y>
</hint>
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="mOrientationButtonGroup"/>
</buttongroups>
Expand Down

0 comments on commit dc790ff

Please sign in to comment.