Titleblocks/default.titleblock - Enable custom text in Folio Field

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4479 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-05-13 15:10:55 +00:00
parent 662e3b20d2
commit a1fdff6fdd
3 changed files with 273 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ void ProjectView::setProject(QETProject *project) {
connect(project_, SIGNAL(projectModified (QETProject *, bool)), this, SLOT(updateWindowTitle()));
connect(project_, SIGNAL(readOnlyChanged (QETProject *, bool)), this, SLOT(adjustReadOnlyState()));
connect(project_, SIGNAL(addAutoNumDiagram()), this, SLOT(addNewDiagram()));
connect(project_, SIGNAL(addAutoNumDiagram()), this, SLOT(addNewDiagram()));
adjustReadOnlyState();
loadDiagrams();
}