Skip to content

Commit fa06fc3

Browse files
committed
connect slider to spinbox for opacity
1 parent b1064e7 commit fa06fc3

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

src/ui/qgscomposeritemwidgetbase.ui

+35-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>209</width>
9+
<width>235</width>
1010
<height>277</height>
1111
</rect>
1212
</property>
@@ -118,5 +118,38 @@
118118
</layout>
119119
</widget>
120120
<resources/>
121-
<connections/>
121+
<connections>
122+
<connection>
123+
<sender>mOpacitySlider</sender>
124+
<signal>valueChanged(int)</signal>
125+
<receiver>mOpacitySpinBox</receiver>
126+
<slot>setValue(int)</slot>
127+
<hints>
128+
<hint type="sourcelabel">
129+
<x>137</x>
130+
<y>98</y>
131+
</hint>
132+
<hint type="destinationlabel">
133+
<x>197</x>
134+
<y>106</y>
135+
</hint>
136+
</hints>
137+
</connection>
138+
<connection>
139+
<sender>mOpacitySpinBox</sender>
140+
<signal>valueChanged(int)</signal>
141+
<receiver>mOpacitySlider</receiver>
142+
<slot>setValue(int)</slot>
143+
<hints>
144+
<hint type="sourcelabel">
145+
<x>196</x>
146+
<y>92</y>
147+
</hint>
148+
<hint type="destinationlabel">
149+
<x>153</x>
150+
<y>100</y>
151+
</hint>
152+
</hints>
153+
</connection>
154+
</connections>
122155
</ui>

0 commit comments

Comments
 (0)