comparison src/mainwindow.h @ 44:73e6b6b12412

(issue 1,2) Make the column used for the Timestamp value configurable If the column contains a number it is interpreted as seconds since epoch. Otherwise its a verbatim copy of the column string.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 06 May 2015 19:45:26 +0200
parents 179239c94740
children 098a10fc2e83
comparison
equal deleted inserted replaced
43:ee696abaab99 44:73e6b6b12412
11 * 11 *
12 * Parent class of all dialogs and graphical user interaction. 12 * Parent class of all dialogs and graphical user interaction.
13 */ 13 */
14 #include <QMainWindow> 14 #include <QMainWindow>
15 #include <QSettings> 15 #include <QSettings>
16 #include <QDateTime>
17 16
18 class QPushButton; 17 class QPushButton;
19 class QDropEvent; 18 class QDropEvent;
20 class QDragLeaveEvent; 19 class QDragLeaveEvent;
21 class QDragMoveEvent; 20 class QDragMoveEvent;
70 /** @brief update the status bar for the image. 69 /** @brief update the status bar for the image.
71 * 70 *
72 * Function signature is similar to showPicture in pngviewer 71 * Function signature is similar to showPicture in pngviewer
73 */ 72 */
74 void showPictureNameStatus(const QString& fileName, int current, 73 void showPictureNameStatus(const QString& fileName, int current,
75 int max, const QDateTime& timestamp ); 74 int max, const QString& timestamp );
76 75
77 private: 76 private:
78 QSettings mSettings; 77 QSettings mSettings;
79 78
80 QString mCurFolder; 79 QString mCurFolder;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)