[Qt-interest] QtableWidget

Andre Somers andre at familiesomers.nl
Thu Mar 25 13:25:20 CET 2010


Qrikg wrote:
> How can i connect signal to another signal?
>
>  QObject::connect( pCb, SIGNAL( editTextChanged( const QString & ) ), 
> tableWidget(), SIGNAL(cellChanged(index.row(),index.column())) );
>
> this wouldn't work...
>
> I couldn't subclass QTableWidget here,Is there any method to connect?
>
Obviously that connect does not work, the signatures of the signals do 
not match.

André



More information about the Qt-interest-old mailing list