-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
6.7.2
When I create a QTreeWidgetItem and set its check state using setCheckState, if I directly check the checkbox without clicking on any QTreeWidgetItem after the interface finishes rendering, the program will crash immediately. I have to set a current item for the tree view (using setCurrentItem) during initialization to be able to check the checkbox directly.