32 QDomElement composerTableElem = doc.createElement(
"ComposerTextTable" );
34 bool ok =
_writeXML( composerTableElem , doc );
35 elem.appendChild( composerTableElem );
49 QList< QStringList >::const_iterator rowIt =
mRowText.constBegin();
50 QStringList currentStringList;
51 for ( ; rowIt !=
mRowText.constEnd(); ++rowIt )
53 currentStringList = *rowIt;
54 QVector<QVariant> vec;
55 for (
int i = 0; i < currentStringList.size(); ++i )
57 vec.append( QVariant( currentStringList.at( i ) ) );
59 attributes.append( vec );
66 QMap<int, QString> header;
71 header.insert( index, *it );