34 QStringList::const_iterator labelIt = labels.constBegin();
36 for ( ; labelIt != labels.constEnd(); ++labelIt )
55 QDomElement composerTableElem = doc.createElement(
"ComposerTextTable" );
57 bool ok =
_writeXML( composerTableElem, doc );
58 elem.appendChild( composerTableElem );
70 attributeMaps.clear();
72 QList< QStringList >::const_iterator rowIt = mRowText.constBegin();
73 QStringList currentStringList;
74 for ( ; rowIt != mRowText.constEnd(); ++rowIt )
76 currentStringList = *rowIt;
79 for (
int i = 0; i < currentStringList.size(); ++i )
81 attributeMaps.last().insert( i, QVariant( currentStringList.at( i ) ) );