comparison src/constants.h @ 50:36ee5dd46fd3

Add GUI New Mainwindow that allows to set output formats and input files through a GUI.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 19 Jul 2016 12:19:45 +0200
parents aa47b8e4f807
children a43d8cf2fa95
comparison
equal deleted inserted replaced
49:a849b1de248f 50:36ee5dd46fd3
89 89
90 #define HTML_COL1_PERCENT 35 90 #define HTML_COL1_PERCENT 35
91 #define HTML_COL2_PERCENT 30 91 #define HTML_COL2_PERCENT 30
92 #define HTML_COL3_PERCENT 35 92 #define HTML_COL3_PERCENT 35
93 93
94 /**
95 * @brief name of the default icon. Only used on Linux to load
96 * the file from the resource. */
97 #define ICON_NAME ":/64_icon-pdf.png"
98
99
100 #define DEFAULT_DIR QStandardPaths::DownloadLocation
101
102 #define MAX_FILENAME_COUNT 10000
103
94 #endif // CONSTANTS_H 104 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)