PyQt - Question on QListWidget's selectedItems Method

Kelie kf9150 at gmail.com
Tue Apr 1 17:20:27 EDT 2008


Another question I have about QListWidget is when user manually
selects and deselects a QListWidgetItem, the background color switches
between blue and white. But when an item is programmingly selected
with setItemSelected method, the background color is some kind of
light gray instead of blue. Why is there such a difference and how do
I programmingly set the QListWidgetItem background color to blue?

Thank you!



More information about the Python-list mailing list