Re: [Interest] QTableWidget cellChanged signal called while populating table

2015-05-11 Thread Berkay Elbir
Yeah, thats right. Thanks for help, it is solved. On Mon, May 11, 2015 at 2:04 PM, André Somers 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 > >>

Re: [Interest] QTableWidget cellChanged signal called while populating table

2015-05-11 Thread André Somers
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

Re: [Interest] QTableWidget cellChanged signal called while populating table

2015-05-11 Thread André Somers
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)

Re: [Interest] QTableWidget cellChanged signal called while populating table

2015-05-11 Thread Mark Gaiser
On Mon, May 11, 2015 at 12:43 PM, Berkay Elbir wrote: > 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, > > Berkay > yourObject->blockSignals(true); --- whatever you want t

[Interest] QTableWidget cellChanged signal called while populating table

2015-05-11 Thread Berkay Elbir
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, Berkay ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailm