如何从默认颜色更改PySide表窗口小部件中“选定”行的背景颜色? (优选样式保持不变,只是颜色方案更改。)
由于错误,在Linux上可能无法实现: https://bugreports.qt-project.org/browse/QTBUG-34158
答案 0 :(得分:0)
设置selection-background-color
属性。 style sheet reference
来自底部的style sheet examples:
QTableView {selection-background-color:qlineargradient(x1:0,y1:0,x2:0.5,y2:0.5,stop:0#FF92BB,stop:1 white); }