I'm having a QTableWidget with more than 5000 datas. Now i need to increase the width of vertical scrollbar associated with the QTableWidget. Can somebody help me?
You can do that with a style sheet:
myTableWidget->verticalScrollBar()->setStyleSheet(
"QScrollBar:vertical { width: 100px; }");
See also Customizing QScrollBar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With