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
> >>
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
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)
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
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