comparison src/constants.h @ 26:5acd601356ba

Make HTML work for QTextDocument
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 11 Apr 2016 13:06:48 +0200
parents 927794e3cc52
children 5354cbda7188
comparison
equal deleted inserted replaced
25:e5c5ebfa4205 26:5acd601356ba
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, 20, 26 } 50 #define COLUMN_WIDTHS { 40, 18, 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
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 82 #define HTML_WIDTH 960
83 83
84 #define BAR_COLOR "#ff9933"
85
84 #endif // CONSTANTS_H 86 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)