comparison src/mainwindow.h @ 83:11aaa9214cfb

Add back to folder selection button
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Jun 2015 18:55:00 +0200
parents 098a10fc2e83
children
comparison
equal deleted inserted replaced
82:9a03703622b8 83:11aaa9214cfb
76 * Function signature is similar to showPicture in pngviewer 76 * Function signature is similar to showPicture in pngviewer
77 */ 77 */
78 void showPictureNameStatus(const QString& fileName, int current, 78 void showPictureNameStatus(const QString& fileName, int current,
79 int max, const QString& timestamp ); 79 int max, const QString& timestamp );
80 80
81 /** @brief Go back to the folder seleciton. */
82 void goBack();
83
81 private: 84 private:
82 QSettings mSettings; 85 QSettings mSettings;
83 86
84 QString mCurFolder; 87 QString mCurFolder;
85 QString mRootFolder; 88 QString mRootFolder;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)