QScrollBar - indicator, arrows
-
Hi,
-AFAIK, the only widget inside a QScrollBar is the QSlider,- QScrollBar is a QAbstractSlider and the arrows are painted but not actual widgets.
What would you need them for ?
[edit: Corrected QScrollBar info]
-
Hi,
Thank you for your answer!
How is it possible to get QSlider? I didn't find anything about that in the references.I need it for UI Test automation .. I have a workaround, but if i could get the UI element (widget) itself (if any), that would be the best for me.
-
Sorry, I just realized I've miswrote my original answer.
You can use it like a QSlider (at this point the differences is essentially esthetic)