Instead of QListWidget use a QTreeWidget with two columns.
Then use QTreeWidget::setItemWidget() to insert a Check Box
Qt Code:
item->setText (0, yourText);To copy to clipboard, switch view to plain text mode
Instead of QListWidget use a QTreeWidget with two columns.
Then use QTreeWidget::setItemWidget() to insert a Check Box
Qt Code:
item->setText (0, yourText);To copy to clipboard, switch view to plain text mode
A camel can go 14 days without drink,
I can't!!!
Bookmarks