[Interest] QTableWidget cellChanged signal called while populating table

André Somers andre at familiesomers.nl
Mon May 11 13:03:05 CEST 2015


Berkay Elbir schreef op 11-5-2015 om 12:43:
> Hello All,
>
> I want to ask a question about QTableWidget. How can I prevent that 
> calling QTableWidget cellChanged signal while populating table?
>
> Thanks in advance,
>
You could block signals from your table widget?

QObject::blockSignals(bool)

Or just connect the signal/slot after you populate your table?

André




More information about the Interest mailing list