On Wednesday 30 June 2004 11:17 pm, Maurizio Colucci wrote: > Hello, > > 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 &)" Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
