%1
").arg(escapeHtml(sText))); 40 | } 41 | 42 | void XHtml::appendHeading(qint32 nLevel, const QString &sText) 43 | { 44 | if (nLevel < 1) nLevel = 1; 45 | if (nLevel > 6) nLevel = 6; 46 | 47 | m_sString.append(QString("| ").arg(sAlign)); 75 | 76 | QString sCellText = escapeHtml(listTableCells.at(i).sText); 77 | 78 | if (listTableCells.at(i).bBold) { 79 | sCellText = QString("%1").arg(sCellText); 80 | } 81 | 82 | m_sString.append(sCellText); 83 | m_sString.append(" | "); 84 | } 85 | 86 | m_sString.append("