How to get item after drag item from QListWidget Thumbnails
-
@VRonin said in How to get item after drag item from QListWidget Thumbnails:
auto isNotDragEnabled = [this](const QModelIndex &index) {
return !isIndexDragEnabled(index);
};showing error in this line " !isIndexDragEnabled(index) "