summaryrefslogtreecommitdiffstats
path: root/mappingtreewidget.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2015-04-08 12:54:41 +0200
committerArno <am@disconnect.de>2015-04-08 12:54:41 +0200
commit8c0070a69df9337dee81d4a9d645dd9726564681 (patch)
tree03f9a525780bdf26ae880042b8e13eaed7e5f2e5 /mappingtreewidget.cpp
parent2f7b2582010bac5f24c6f57ea54b89aa46df2faa (diff)
downloadSheMov-8c0070a69df9337dee81d4a9d645dd9726564681.tar.gz
SheMov-8c0070a69df9337dee81d4a9d645dd9726564681.tar.bz2
SheMov-8c0070a69df9337dee81d4a9d645dd9726564681.zip
Implement presets for NewPicsDialog
A set of attributes can now be saved and loaded in NewPicsDialog.
Diffstat (limited to 'mappingtreewidget.cpp')
-rw-r--r--mappingtreewidget.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mappingtreewidget.cpp b/mappingtreewidget.cpp
index 917da68..ab9b844 100644
--- a/mappingtreewidget.cpp
+++ b/mappingtreewidget.cpp
@@ -348,6 +348,10 @@ void MappingEditWidget::setMappings(const QList<MappingData> &mappings){
mMappingResult->expandAll();
}
+void MappingEditWidget::expandAllResults(){
+ mMappingResult->expandAll();
+}
+
void MappingEditWidget::resultMappingChanged(const QModelIndex &cur, const QModelIndex &prev){
Q_UNUSED(prev);
if(!cur.isValid()){