I've looked on the net and in this forum and haven't yet found someone talking about this issue. I'm trying to display a list of possible items to select in a dialog, and I'm using a QListWidget to do it. The problem is that I don't want any of the items to be selected when the list is first displayed. The widget selects the first item by default. I'd like to know how to turn that display off, so that all items are equally unselected, and the user doesn't get "pointed" toward a "preferred" choice. Does anyone have a suggestion?
Bookmarks