From d7f03fb0ae5cbb8b195a5a083ec796d8a6dd4e7d Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sat, 24 Jan 2015 22:27:12 +0100 Subject: [PATCH] Connecting slots with the spinbox --- res/ui/transfer.ui | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/res/ui/transfer.ui b/res/ui/transfer.ui index f98acadd..9b20f864 100644 --- a/res/ui/transfer.ui +++ b/res/ui/transfer.ui @@ -275,6 +275,22 @@ </hint> </hints> </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> <slots> <slot>open_manage_wallet_coins()</slot> -- GitLab