Mercurial > clickerconvert
comparison 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 |
comparison
equal
deleted
inserted
replaced
22:e8320104979d | 23:927794e3cc52 |
---|---|
45 /** | 45 /** |
46 * @brief The number of columns the document uses. */ | 46 * @brief The number of columns the document uses. */ |
47 #define COLUMN_CNT 3 | 47 #define COLUMN_CNT 3 |
48 /** | 48 /** |
49 * @brief The width of the columns in characters. */ | 49 * @brief The width of the columns in characters. */ |
50 #define COLUMN_WIDTHS { 40, 22, 27 } | 50 #define COLUMN_WIDTHS { 40, 20, 26 } |
51 | 51 |
52 /** | 52 /** |
53 * @brief Regular expression to define a question. | 53 * @brief Regular expression to define a question. |
54 * | 54 * |
55 * A new question is the first unquoted string after the position | 55 * A new question is the first unquoted string after the position |
77 | 77 |
78 #define TEXT_IDENTIFIER "Answer" | 78 #define TEXT_IDENTIFIER "Answer" |
79 | 79 |
80 #define DEFAULT_TITLE QStringLiteral("Clicker-Fragen und Antworten") | 80 #define DEFAULT_TITLE QStringLiteral("Clicker-Fragen und Antworten") |
81 | 81 |
82 #define HTML_WIDTH 960 | |
83 | |
82 #endif // CONSTANTS_H | 84 #endif // CONSTANTS_H |