[PyKDE] Listview problems
Thierry Jouve
jouve at esrf.fr
Mon Jul 15 12:52:00 BST 2002
Hi,
> win.connect(win.lstSearch, SIGNAL("rightButtonClicked()"), test.Test)
>
you forgot the signal's arguments !!!
Try this :
win.connect(win.lstSearch, SIGNAL("rightButtonClicked(QListViewItem *,
const QPoint &)"), test.Test)
> while
>
> win.connect(win.lstSearch, SIGNAL("selectionChanged()"), test.Test)
>
> does work..
because signal "selectionChanged" have not any params !!!
>
> Thanks!
>
But READ THE DOC !!!!!
> PS Please CC your replies to me, since i'm not subscribed yet to this list
> (didn't get request yet)
>
> --
> Bart Verwilst
> Gentoo Linux Developer, Release Coordinator
> Gent, Belgium
--
Thierry JOUVE
BLISS GROUP - ESRF
Mail : jouve at esrf.fr, Office : 155b, Tel : 29-46
More information about the PyQt
mailing list