Title block template editor: added "Open from file" and "Save to file" actions.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1457 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-01-12 07:04:09 +00:00
parent a9e4d972b8
commit fa11ec59ad
4 changed files with 142 additions and 11 deletions

View File

@@ -194,6 +194,7 @@ class QETApp : public QETSingleApplication {
void openElementFiles(const QStringList &);
void openElementLocations(const QList<ElementsLocation> &);
void openTitleBlockTemplate(const TitleBlockTemplateLocation &);
void openTitleBlockTemplate(const QString &);
void configureQET();
void aboutQET();