I wonder how I could add a style sheet to my qtableviews scrollbar. I'm sure it should work somehow, but I'm not getting it to work..
sth. like this:
<widget class="QTableView" name="tableView">
<property name="styleSheet">
<string notr="true">
QTableView QScrollBar:horizontal {
border: 2px solid grey;
background: #32CC99;
height: 15px;
margin: 0px 20px 0 20px;
}
</string>
</property>
</widget>