You couldn't easily place custom widgets, like checkboxes, inside a
listview. The widgets you have listed are used internally from the
listview itself. You can select which cell type to use using the type
informations of the columns: "html", "iconHtml", "image", "link" or "text".
Sebastian
A
Hi,
I'm needing put a QxCheckBox inside a QxListView column .
I founded the following objects:
- QxListViewContentCellHtml
- QxListViewContentCellIconHtml
- QxListViewContentCellImage
- QxListViewContentCellLink
- QxListViewContentCellText
I think that put a Widget inside a QxListView is (yet)