Reworked the way project saving is presented to users.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1907 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-07-13 07:21:19 +00:00
parent aa87f823d0
commit 00d158856a
10 changed files with 787 additions and 195 deletions

View File

@@ -30,6 +30,7 @@ class ElementsCollection;
class ElementsCategory;
class ElementDefinition;
class ElementsLocation;
class QETResult;
class TitleBlockTemplate;
class XmlElementsCollection;
class MoveElementsHandler;
@@ -98,7 +99,7 @@ class QETProject : public QObject {
void setDefaultConductorProperties(const ConductorProperties &);
QDomDocument toXml();
bool close();
bool write();
QETResult write();
bool isReadOnly() const;
void setReadOnly(bool);
bool isEmpty() const;