make save as msr-file path more transparent for the user.

This commit is contained in:
2017-04-01 16:12:48 +02:00
parent b76d88cb2a
commit 9374f18d54
2 changed files with 13 additions and 1 deletions

View File

@@ -370,6 +370,8 @@ class PConclusionPage : public QWizardPage
PAdmin *fAdmin;
PMsrData *fMsrData;
QLabel *fMsrPathFileLabel;
QLineEdit *fMsrFilePathLineEdit;
QPushButton *fSaveAsMsrFile;
QPushButton *fSaveAsTemplate;
};