Hi,
I'd like to create some custom scroll bar for my QTextEdit. I've found good hint to hide original scroll bar and create a bit of padding inside the QTextEdit for the custom QScrollBar
then in that area manually set QScrollBar.
but how do I set QScrollBar to the padded area ?Qt Code:
edit->setStyleSheet("padding-right: 10");To copy to clipboard, switch view to plain text mode
Bookmarks