[PyKDE] Morning pain
Frederick Polgardy Jr
polgardy at bodacion.com
Wed Apr 30 16:04:01 BST 2003
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)"),
...)
--
F R E D E R I C K P O L G A R D Y J R.
Bodacion Technologies
18-3 E Dundee Road - Suite 300 - Barrington, IL 60010
Phone: 847/842.9008 - Fax: 847/842-1731
Web: http://www.bodacion.com
More information about the PyQt
mailing list