On Fri Sep 5 22:19:22 BST 2008, Jake Richards wrote:
> I've done a bit of googling and looked at the docs but haven't seen an
> example of how to place a checkbox (or other widgets) into a QTreeWidget.
You need to change the flags for the item so that it is editable:
http://www.riverbankcomputin
Hello:
I've done a bit of googling and looked at the docs but haven't seen an
example of how to place a checkbox (or other widgets) into a QTreeWidget.
Does anyone have a small sample of code they can share that shows how to
insert a widget such as a QCheckbox into either a QTree or QList? Thank