PyQt5-reorderable-list-model
PyQt5-reorderable-list-model copied to clipboard
Example of reorderable via drag-n-drop list model in PyQt5
Results
1
PyQt5-reorderable-list-model issues
Sort by
recently updated
recently updated
newest added
trafficstars
Good news: none of this is necessary in Qt6, where [QListView::dropEvent()](https://codebrowser.dev/qt6/qtbase/src/widgets/itemviews/qlistview.cpp.html#_ZN9QListView9dropEventEP10QDropEvent) calls moveRows() on the model, when moving within the same view. So it all works out of the box...