Mercurial > clickerconvert
diff src/converter.cpp @ 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 | 03dad1cff5b9 |
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);