Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
connect slider to spinbox for opacity
  • Loading branch information
mach0 committed Oct 5, 2012
1 parent b1064e7 commit fa06fc3
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions src/ui/qgscomposeritemwidgetbase.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>209</width>
<width>235</width>
<height>277</height>
</rect>
</property>
Expand Down Expand Up @@ -118,5 +118,38 @@
</layout>
</widget>
<resources/>
<connections/>
<connections>
<connection>
<sender>mOpacitySlider</sender>
<signal>valueChanged(int)</signal>
<receiver>mOpacitySpinBox</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>137</x>
<y>98</y>
</hint>
<hint type="destinationlabel">
<x>197</x>
<y>106</y>
</hint>
</hints>
</connection>
<connection>
<sender>mOpacitySpinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>mOpacitySlider</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>196</x>
<y>92</y>
</hint>
<hint type="destinationlabel">
<x>153</x>
<y>100</y>
</hint>
</hints>
</connection>
</connections>
</ui>

0 comments on commit fa06fc3

Please sign in to comment.