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