@@ -216,7 +216,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL
216
216
// known multi-frame types
217
217
LayoutHtml, //!< Html multiframe item
218
218
LayoutAttributeTable, //!< Attribute table
219
- LayoutTextTable, //!< Preset text table
219
+ LayoutTextTable, //!< Preset text table IGNORE!
220
220
*/
221
221
222
222
// Label
@@ -249,7 +249,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL
249
249
newItems << layoutItem ;
250
250
}
251
251
252
- // Polygon TODO:frames and background are ignored: is that ok?
252
+ // Polygon
253
253
for ( int i = 0 ; i < parentElement.elementsByTagName ( QStringLiteral ( " ComposerPolygon" ) ).size (); i++ )
254
254
{
255
255
QDomNode itemNode ( parentElement.elementsByTagName ( QStringLiteral ( " ComposerPolygon" ) ).at ( i ) );
@@ -259,7 +259,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL
259
259
newItems << layoutItem ;
260
260
}
261
261
262
- // Polyline TODO:frames and background are ignored: is that ok?
262
+ // Polylin
263
263
for ( int i = 0 ; i < parentElement.elementsByTagName ( QStringLiteral ( " ComposerPolyline" ) ).size (); i++ )
264
264
{
265
265
QDomNode itemNode ( parentElement.elementsByTagName ( QStringLiteral ( " ComposerPolyline" ) ).at ( i ) );
@@ -269,7 +269,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL
269
269
newItems << layoutItem ;
270
270
}
271
271
272
- // Arrow TODO:frames and background are ignored: is that ok?
272
+ // Arrow
273
273
for ( int i = 0 ; i < parentElement.elementsByTagName ( QStringLiteral ( " ComposerArrow" ) ).size (); i++ )
274
274
{
275
275
QDomNode itemNode ( parentElement.elementsByTagName ( QStringLiteral ( " ComposerArrow" ) ).at ( i ) );
0 commit comments