[Qt-interest] problem with signal of QListWidget

mierdatutis mi mmm286 at gmail.com
Sat Jun 20 12:41:10 CEST 2009


Hi,

I'm trying to do a program that when I change the item selected in a list,
show me in a text the content file (like cat file).

I try to do a signal with a funcion like slot but doesn't works, the program
doesn't go to the function "cambio".

 connect(lista, SIGNAL(currentItemChanged ( QListWidgetItem *,
QListWidgetItem *)), this,SLOT (cambio()));


Any help?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090620/257c7834/attachment.html 


More information about the Qt-interest-old mailing list