Port of Q3ListView with Q3CheckListItem and radio-behaviour to pure qt4
General and Desktop
1
Posts
1
Posters
1.1k
Views
1
Watching
-
I'm struggling with the above mentioned port.
I'm going to use QTreeWidget whith QTreeWidgetItems, where I can set the userCheckable flag.
My need is to implement a radio-behaviour alike the Q3CheckListItem (see enum Type { RadioButton, CheckBox, RadioButtonController, CheckBoxController } ).
Here I'm clueless.