I do not understand what it doesn't worked :confused: :confused: :confused:
Printable View
I do not understand what it doesn't worked :confused: :confused: :confused:
Because the slider takes an int parameter and the double spinbox emits a double. You need to do a conversion between the types using a custom slot or use a regular spinbox instead of the double one.