The TitleBlockPropertiesWidget class was unable to load a diagram context apart from the one passed to the constructor.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1883 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-06-29 05:21:43 +00:00
parent 70dd359f25
commit 805ee08e1b
2 changed files with 31 additions and 8 deletions

View File

@@ -37,6 +37,8 @@ class TitleBlockPropertiesWidget : public QWidget {
public:
TitleBlockProperties titleBlockProperties() const;
void setTitleBlockProperties(const TitleBlockProperties &);
void clearDiagramContext();
void setDiagramContext(const DiagramContext &);
bool displayCurrentDate() const;
bool isReadOnly() const;
void setReadOnly(bool);