diff options
author | Arno <am@disconnect.de> | 2012-03-02 20:08:40 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-02 20:08:40 +0100 |
commit | ee29bb41dc9c4d4dd6fc9bfd3fb9ad5cc3bd1569 (patch) | |
tree | 4801c4b23215259cec9620a32593c656fdfd8ede /mappingtablewidget.h | |
parent | 11bf52b6cf1c27a75715a8379e7893b8d1e16bf0 (diff) | |
download | SheMov-ee29bb41dc9c4d4dd6fc9bfd3fb9ad5cc3bd1569.tar.gz SheMov-ee29bb41dc9c4d4dd6fc9bfd3fb9ad5cc3bd1569.tar.bz2 SheMov-ee29bb41dc9c4d4dd6fc9bfd3fb9ad5cc3bd1569.zip |
Make it possible to move mappings
Move mappings by context menu. Select new parent by QComboBox with
available paths, items separated by "/". Note that hell will break loose
if a mapping name contains "/". Will be fixed later.
Since mapping views don't have setSortingEnabled(), make
SmTreeModel::addRow() sort items.
This fixes a long standing bug in SmTreeModel::reparent(): Since it
alters the model, newParent has to be a QPersistentModelIndex to stay
consistent.
Diffstat (limited to 'mappingtablewidget.h')
-rw-r--r-- | mappingtablewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mappingtablewidget.h b/mappingtablewidget.h index 2669354..256f4ce 100644 --- a/mappingtablewidget.h +++ b/mappingtablewidget.h @@ -16,6 +16,8 @@ class QTreeView; class QLineEdit; class QPushButton; +class QLabel; +class QComboBox; class MappingTableItemModel; class MappingTableModel; |