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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
