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é

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to