The title block template editor now save its geometry and state when closing.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1650 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-04-09 18:56:17 +00:00
parent 1e474e4a77
commit 15a79881b0
3 changed files with 34 additions and 3 deletions

View File

@@ -102,6 +102,8 @@ class QETTitleBlockTemplateEditor : public QETMainWindow {
QString currentlyEditedTitle() const;
public slots:
void readSettings();
void writeSettings();
void selectedCellsChanged(QList<TitleBlockCell *>);
void duplicateCurrentLocation();
bool edit(const TitleBlockTemplateLocation &);