QTreeWidget
Solved
General and Desktop
-
ui->treeWidget->setSelectionModel(QAbstractItemView::MultiSelection);
gives error as Cannot initialize a parameter of type 'QItemSelectionModel *' with an rvalue of type 'QAbstractItemView::SelectionMode'
basically i am trying to set MultiSelectionMode for QTreeWidget
any help? -