Hi friends!

I know the arguments of signals and slots are types, not variables, but is there any way to do something like this?

connect(ui.pushButtonResetZoom, SIGNAL(pressed()), ui.doubleSpinBoxZoomFactor, SLOT(setValue("1.0")));

(see last argument, 1.0)

Thanks a lot.