mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Allow reordering of sources in list
This commit is contained in:
@@ -702,6 +702,8 @@ void MainWindow::createLayout()
|
||||
paintList = new QListWidget;
|
||||
paintList->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
paintList->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
||||
paintList->setDefaultDropAction(Qt::MoveAction);
|
||||
paintList->setDragDropMode(QAbstractItemView::InternalMove);
|
||||
paintList->setMinimumWidth(PAINT_LIST_MINIMUM_WIDTH);
|
||||
|
||||
// Create mapping list.
|
||||
|
||||
Reference in New Issue
Block a user