QlistWidget not reponding to itemClicked event on first click
-
Guys i am new to -QT- Qt and facing a weird issue in one of my sample application running on e7 device. QListWidget is not responding to itemClicked or even any of the selection signal on first clicked,sometime the event got fired on second clicked or sometime for third clicked. Is there any thing which keeps in to mind while using QListWidget ???
Thanx in advance
-
Hi,
maybe have you forgotten to insert the item in the list?
@void insertItem ( int row, QListWidgetItem * item )@