[SOLVED]QListWidget : avoid clicking before selecting
-
Hi,all.
I want to has focus when select a item of a QListWidget. But when I select a item and the item seems to be pressing. and then the item emit a signal itemClick(QListWidgetItem*)..... Running this on my 5800(touch-screen)
how to avoid clicking before selecting or how to achieved that effect: at first I click the item and the item is selected,and then I click again the item and the item emit the signal itemClick(QListWidgetItem*)
-
Oh,qtrahul Thank you very much.
QWidget::setEditFocus() woks well.
-
"This":http://discussion.forum.nokia.com/forum/showthread.php?190247-QListWidget-avoid-click-before-selecting FN thread solves this problem.