How to get width of vertical scrollbar?
-
I need to get the width of the non-text content inside a QTextEdit, specifically
the vertical scrollbar. Is this possible? What about the internal margins?
Thanks.Hi,
QTextEdit being based on QAbstracg'tScrollArea, you can use verticalScrollBar.