minor improvement to diagram folio list.

Add diagram folio list put it on first folio.


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2839 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-02-08 23:54:15 +00:00
parent fa5a663787
commit fbff5a3b47
6 changed files with 95 additions and 34 deletions

View File

@@ -651,9 +651,9 @@ bool QETDiagramEditor::newProject() {
new_project -> setDefaultTitleBlockProperties(defaultTitleBlockProperties());
new_project -> setDefaultReportProperties(defaultReportProperties());
// ajoute un schema au projet
new_project -> addNewDiagram();
// add summary and new diagram
new_project -> addNewDiagramFolioList();
new_project -> addNewDiagram();
return(addProject(new_project));
}
@@ -834,7 +834,7 @@ bool QETDiagramEditor::openAndAddProject(const QString &filepath, bool interacti
}
/**
Ajoute un projet
Ajoute un projetmoveDiagramUp(
@param project projet a ajouter
@param update_panel Whether the elements panel should be warned this
project has been added. Defaults to true.