Mercurial > clickerconvert
diff src/constants.h @ 23:927794e3cc52
Add HTML output and some pdf support
PDF does not look well as the CSS used for HTML is not supported.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 11 Apr 2016 11:00:40 +0200 |
parents | df7936065450 |
children | 5acd601356ba |
line wrap: on
line diff
--- a/src/constants.h Mon Apr 11 10:59:08 2016 +0200 +++ b/src/constants.h Mon Apr 11 11:00:40 2016 +0200 @@ -47,7 +47,7 @@ #define COLUMN_CNT 3 /** * @brief The width of the columns in characters. */ -#define COLUMN_WIDTHS { 40, 22, 27 } +#define COLUMN_WIDTHS { 40, 20, 26 } /** * @brief Regular expression to define a question. @@ -79,4 +79,6 @@ #define DEFAULT_TITLE QStringLiteral("Clicker-Fragen und Antworten") +#define HTML_WIDTH 960 + #endif // CONSTANTS_H