comparison ui/createinstallerdialog.h @ 515:9d3880db6ba7

Improve error handlig and persist user decisions
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 28 Apr 2014 14:02:40 +0000
parents 17e1c8f37d72
children 3332db04c77d
comparison
equal deleted inserted replaced
514:ce8325686b09 515:9d3880db6ba7
29 29
30 private: 30 private:
31 void setupGUI(); 31 void setupGUI();
32 32
33 QLineEdit *mCertFile; 33 QLineEdit *mCertFile;
34 QLineEdit *mArchiveFile; 34 QLineEdit *mBinaryFolder;
35 QLineEdit *mSaveFile; 35 QLineEdit *mSaveFile;
36
37 /** @brief show an error message with QMessageBox
38 *
39 * @param [in] msg The message to show
40 */
41 void showErrorMessage(const QString &msg);
36 42
37 private slots: 43 private slots:
38 void openCertificateSelect(); 44 void openCertificateSelect();
39 void openArchiveSelect(); 45 void openFolderSelect();
40 void openSaveLocation(); 46 void openSaveLocation();
41 void createInstaller(); 47 void createInstaller();
42 }; 48 };
43 49
44 #endif // CREATEINSTALLERDIALOG_H 50 #endif // CREATEINSTALLERDIALOG_H

http://wald.intevation.org/projects/trustbridge/