Title block templates: cell saving/loading code is now shared between TitleBlockCell and TitleBlockTemplate.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1558 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-03-11 16:06:30 +00:00
parent e7d724ebde
commit 14d5811979
3 changed files with 121 additions and 103 deletions

View File

@@ -46,6 +46,8 @@ class TitleBlockCell {
QVariant attribute(const QString &);
static QString attributeName(const QString &);
bool spans() const;
void loadContentFromXml(const QDomElement &);
void saveContentToXml(QDomElement &);
// attributes
public: