我想知道如何在qtableviews滚动条中添加样式表。我确信它应该以某种方式起作用,但我没有让它起作用..
某物。像这样:
<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>