In native windows API when you select an item from a listbox window the width of the selection highlighting is as wide as the listbox.
In a QListWidget, when you select an item the selection highlighting is only as wide as the text.
Is there anyway I can change the style of a QListWidget to make it look more like a windows listbox?
Here's exactly what I'm talking about
Bookmarks