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?
Another option is to add following code in style sheet
QSrcollBar::vertical{width:50px;}