Qt 6.11 is out! See what's new in the release
blog
Embedded QSlider in QGraphicsProxy unreponsive to mouse slide
General and Desktop
3
Posts
2
Posters
780
Views
2
Watching
-
I have a QSlider embedded in a QGraphicsProxywidget and it is unresponsive to mouse movements... it only responds to mouse clicks..
I have same problem with a scrollbar... how can I fix this? -
I use a QScrollbar embedded via QGraphicsPoxyWidget, and I don't have any issues.
Maybe you use the wrong signals (I use valueChanged) -
I use a QScrollbar embedded via QGraphicsPoxyWidget, and I don't have any issues.
Maybe you use the wrong signals (I use valueChanged)@Asperamanca Thank you for the response. No I found the problem I have subclassed QGraphicsView and overridden the moveEvent, thus It doesn't reach the widget. You don't have to connect signals to slide the slider.