comparison src/constants.h @ 65:defd29b9f25a

Converter: Unescape IMG and Latex references
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 26 Aug 2016 15:26:17 +0200
parents 5410f9f279ea
children fe55e1e5bbf2
comparison
equal deleted inserted replaced
64:94cac17fe5be 65:defd29b9f25a
73 73
74 /** 74 /**
75 * @brief The pattern used to match a free text answer. */ 75 * @brief The pattern used to match a free text answer. */
76 #define FREETXT_PATTERN "\"([^\"]*)\"?", QRegularExpression::MultilineOption 76 #define FREETXT_PATTERN "\"([^\"]*)\"?", QRegularExpression::MultilineOption
77 77
78 /**
79 * @brief the pattern to unsecape images. */
80 #define IMAGE_PATTERN "##(.*)##", QRegularExpression::MultilineOption
81
82
83 /**
84 * @brief the pattern to unsecape latex. */
85 #define LATEX_PATTERN "\\$\\$(.*)\\$\\$", QRegularExpression::MultilineOption
86
78 #define TITLE_ROW_HEIGHT 30 87 #define TITLE_ROW_HEIGHT 30
79 88
80 #define CHOICE_ROW_HEIGHT 30 89 #define CHOICE_ROW_HEIGHT 30
81 90
82 #define TEXT_ROW_HEIGHT 20 91 #define TEXT_ROW_HEIGHT 20
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)