[PyKDE] missing signals

Phil Thompson phil at riverbankcomputing.co.uk
Wed Jun 30 15:32:00 BST 2004


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




More information about the PyQt mailing list