How do I increase the width of the vertical scroll QTableView, already tried to use styles, the children of QTableView access and change them, increasing area of the scroll area or decreasing the viewport, and could not, change,
currently it is well
_______________________
HEADER
______________________
| H |........................ | S |
| E | viewport............ | C |
| A |........................ | R |
| D |........................ | O |
| E |........................ | L |
|_R_|_______________| L |
must be well
_______________________
HEADER
______________________
| H |........................ |.....S..... |
| E | viewport........... |.....C..... |
| A |........................ |.....R..... |
| D |........................ |.....O.... |
| E |........................ |.....L..... |
|_R_|_______________|.....L..... |
any suggestions? thanks.
Bookmarks