Mercurial > clickerconvert
changeset 13:101ee762f021
Add commented out Grouping
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 22 Mar 2016 17:21:44 +0100 |
parents | 21f11f988115 |
children | 256182eca5b6 |
files | src/converter.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/converter.cpp Tue Mar 22 17:21:33 2016 +0100 +++ b/src/converter.cpp Tue Mar 22 17:21:44 2016 +0100 @@ -176,6 +176,7 @@ lastChoiceRow++; } bars.addRange(QString("B%1:B%2").arg(firstChoiceRow).arg(lastChoiceRow)); +// xlsx.groupRows(firstChoiceRow - 2, lastChoiceRow - 1, false); } else if (answerLine == QStringLiteral(TEXT_IDENTIFIER)) { QRegularExpressionMatch textMatch = freetxtEx.match(input, cursor); xlsx.setRowHeight(row, CHOICE_ROW_HEIGHT);