Ying Ma wrote:
>  Research & Development
> 
> ________________________________________________________________________
> 
> Hi,
> 
>     I got a problem when trying to connect signal with slot. my code is:
> 
> class DripPage : public QWizardPage
> {
>     Q_OBJECT
>     public:
>         DripPage( QWidget *parent = 0 );
>         ~DripPage();
>         ... ...
>     public slots:
>         void slotDelete( int which );
>         ... ...
> };

This mailing list is for discussions on Qt Jambi, the Java version of 
Qt. Since your code is C++, you might want to ask on the C++ mailing list:

[EMAIL PROTECTED]

best regards,
Gunnar
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to