[Qt-interest] what's the signal of the check/uncheck of QTreeWidget?

Girish Ramakrishnan girish at forwardbias.in
Tue Apr 7 11:32:47 CEST 2009


Yixun Liu wrote:
> Hi,
> 
> I use QTreeWidge with check box.However, I tried all the signals of QTreeWidget, but cannot find the appropriate signal about check/uncheck. 
> 

Have you tried connecting to QTreeWidget::itemPressed or itemClicked and
checking the checkState of the item in the slot?

Girish



More information about the Qt-interest-old mailing list