I'm writing a Qt/Pyside interface for a touchscreen. In a QTextEdit element, I'd like to increase the width of the vertical scrollbar. I couldn't find an obvious way of doing this; any suggestions?
Asked
Active
Viewed 326 times
0
-
possible duplicate of [How to increase QTableWidget Vertical Scrollbar width?](http://stackoverflow.com/questions/7411761/how-to-increase-qtablewidget-vertical-scrollbar-width) - stylesheets will do the trick – NoDataDumpNoContribution Jul 11 '14 at 13:53
-
Yes, duplicate. It die solve my problem. – Saar Drimer Jul 11 '14 at 14:03