How to get the selectionchange event in Qt
Posted
by Solitaire
on Stack Overflow
See other posts from Stack Overflow
or by Solitaire
Published on 2010-03-18T09:04:29Z
Indexed on
2010/03/18
9:21 UTC
Read the original article
Hit count: 401
Hi..
I have a class inherited from Qwidget, now in that class I will be creating "Qlistview" object and filling up the items to view.. When the selection of items in the listview gets changed I want to get the "selectionchange" event to come..
So how can I achieve this.. pls tell me in brief...
thanks
© Stack Overflow or respective owner