Hi there,
I just started learing Qt and I am trying to create a Tree widget which will have only one column and the items will have check boxes. So i managed to achieve that, and now begins my problem.
What I want fist is every time i check on one tree item, I want to print the text of the item on a EditText area, and when I am unchecking it to remove it from the EditText area . So my issues are 2: I cant find a way to get the text from the tree item, and also at the signal- slots there is no choice for check box in the tree item, but just for selection double click and etc.
Any help is really appreciated
Thanks Nick
Bookmarks