Yeah, thats right. Thanks for help, it is solved.

On Mon, May 11, 2015 at 2:04 PM, André Somers <an...@familiesomers.nl>
wrote:

> André Somers schreef op 11-5-2015 om 13:03:
> > 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)
>
> One more small remark: we found that wrapping this in a small RAII
> object makes sense. It's easy to forget the ending call for it.
>
> André
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to