I'm using Qt 5.10. I'm trying to update a QImage with setPixMap and QLabel, by connecting the QSlider to a value changed signal, but the QSlider lags noticeably when I slide it normally.
I found a related question but the answers aren't helpful: qt qslider not smooth
Is this a QSlider issue or am I using it wrong?