Dear All,
i like to display the QListWidgetItem with CheckBoxes
but its not working, without third line item is selecting , if in include the third line
item is not all selecting and checkbox also not visible.
My snippet code:
QListWidgetItem *widgetitem1 = new QListWidgetItem(ui.listWidget);
widgetitem1->setText(str);
widgetitem1->setFlags(widgetitem1->flags()& Qt::ItemIsUserCheckable);
Any one know how to recify this?any solution?

Reply With Quote


