QListWidgetItem activate first item
Solved
General and Desktop
-
Hi,
I am stuck in the activation of the first item from a QListWidget. I am using setCurrentRow method which already works for the rest of the items but not for the first one. Debugging I can know that the first item is already selected and activated but in the list widget is not highlighted in blue as it does when the item is activated.
Thank you in advance