Skip to content
Snippets Groups Projects
Commit d7f03fb0 authored by inso's avatar inso
Browse files

Connecting slots with the spinbox

parent 443bfe44
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,22 @@ ...@@ -275,6 +275,22 @@
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection>
<sender>spinbox_amount</sender>
<signal>valueChanged(int)</signal>
<receiver>TransferMoneyDialog</receiver>
<slot>amount_changed()</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>269</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>200</y>
</hint>
</hints>
</connection>
</connections> </connections>
<slots> <slots>
<slot>open_manage_wallet_coins()</slot> <slot>open_manage_wallet_coins()</slot>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment