Hi,
I was wondering if anyone had suggestions for how to increase the width of a vertical scrollbar on a QScrollArea. I've tried something like:and adding a corner widget with minimum width set to some big value, but they have no effect.Qt Code:
scrollArea->verticalScrollBar()->setMinimumWidth(someInt)To copy to clipboard, switch view to plain text mode
It sounds like style sheets can be used in 4.3, but unfortunately, I'm using 4.2 and there is no mention of scrollbars in the list of stylable widgets for that version.
I suspect that this can be accomplished using a subclass of QStyle, but I'm trying to avoid that route.
Any help is greatly appreciated.
Thanks,
Derek
Bookmarks