I want to connect a QSlider to a QDoubleSpinBox but while the code compiles fine and runs for simple QSpinBox, it doesn\'t work for QDoubleSpinBox
QSlider *h
You'll have to add your own slot which converts the argument type and emits a signal or updates the slider directly.