mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
connect slider to spinbox for opacity
This commit is contained in:
parent
b1064e7801
commit
fa06fc3e51
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>209</width>
|
||||
<width>235</width>
|
||||
<height>277</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user