QListWidget look
Unsolved
General and Desktop
-
@JoshG
I don't know what "active" vs "selected" looks like, but are you aware you can alter the appearance from stylesheet via::item:selected
per https://doc.qt.io/qt-6/stylesheet-examples.html#customizing-qlistview? You can't "copy" from theactive
style though. You could do that instead in code inQStyledItemDelegate::paint()
if you wanted that.