Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.0.2
-
None
-
WinXp Desktop_Qt_5_0_2_MinGW_32bit-Debug
Description
applying a constraint such as:
QTextTableFormat tfmt;
QVector<QTextLength> constr;
constr.push_back(QTextLength(QTextLength::PercentageLength, 10));
constr.push_back(QTextLength(QTextLength::PercentageLength, 90));
tfmt.setColumnWidthConstraints(constr);
QTextTable *table = cursor.insertTable(1, 2, tfmt);
has no effect on printing to .odt
It does work when printing to .pdf however.
Attachments
Issue Links
- duplicates
-
QTBUG-29555 QTextDocumentWriter: Bad ODF support
- Closed
- relates to
-
QTBUG-36152 Add support for styling the different borders in a table in CSS
- Closed