diff 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
line wrap: on
line diff
--- a/src/constants.h	Tue Jul 19 12:18:57 2016 +0200
+++ b/src/constants.h	Tue Jul 19 12:19:45 2016 +0200
@@ -91,4 +91,14 @@
 #define HTML_COL2_PERCENT 30
 #define HTML_COL3_PERCENT 35
 
+/**
+ * @brief name of the default icon. Only used on Linux to load
+ * the file from the resource. */
+#define ICON_NAME ":/64_icon-pdf.png"
+
+
+#define DEFAULT_DIR QStandardPaths::DownloadLocation
+
+#define MAX_FILENAME_COUNT 10000
+
 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)