[PyKDE] missing signals
Maurizio Colucci
seguso.forever at tin.it
Wed Jun 30 16:10:00 BST 2004
On Wednesday 30 June 2004 06:31, Phil Thompson wrote:
> > I can't seem to connect the signal "activated(QString)" of QComboBox, but
> > only "activated(int)". (I get errors in the connect() call).
> >
> > The same happens with QPopupMenu.
> >
> > Is it my fault? IF so, what is the syntax to use?
>
> You must use the C++ signature, "activated(const QString &)"
Thanks! :-)
Maurizio
More information about the PyQt
mailing list