的活躍色彩在我QListWidget,也有一些項目具有非默認的背景色,我把他們像這樣的定製內部QListWidget類: item->setBackgroundColor(qcolor); // item is of type QListWidgetItem*
那些我設置的非默認顏色被QListWidget的選擇顏色扭曲。看一個例子: 物品three和four都應該是相同的顏色,但它們不是因爲
我怎樣才能得到一個QPushButton的壓制背景顏色? if (isDown())
_BGColor = <pressed background color>; // how to get this???
else
_BGColor = palette().color(QPalette::Background); // this is to get the idle bac