[PyKDE] Morning pain
Vio
vmilitaru at sympatico.ca
Wed Apr 30 16:18:01 BST 2003
Thanks for the tip. It appears to do the trick. Surprisingly, I tried
this earlier, and somehow it didn't work. I guess I must have introduced
some typo, or something. Because now it works.
Much obliged for your help.
Vio
Frederick Polgardy Jr wrote:
>On Wednesday 30 April 2003 05:59 am, Vio wrote:
>
>
>>self.connect( self.myListView,
>>SIGNAL("mouseButtonPressed ( int button, QListViewItem * item, const
>>QPoint & pos, int c )"),
>>self.slot_processMouseClick)
>>
>>
>
>My guess is drop the parameter names in the signal string:
>
>self.connect(...,
>SIGNAL("mouseButtonPressed(int, QListViewItem*, const QPoint&, int)"),
>...)
>
>
>
More information about the PyQt
mailing list