我用它来设置我的QTableWidget
. horizontalheaderlabels
除了and之外,表中的所有内容都会受到影响the row numbers
。
Table.setStyleSheet("Background-color:rgb(100,100,100);border-radius:15px;")
所以我尝试了这个
Table.horizontalHeader().setStyleSheet("Background-color:rgb(190,1,1);border-radius:14px;"
但这似乎没有任何影响。
如何设置和的样式horizontalheaderlabel
表the row numbers
?