Forget file from previous comit

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3913 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-04-17 11:45:49 +00:00
parent cf7ffb5452
commit 108fb90df6

View File

@@ -44,7 +44,9 @@ NewDiagramPage::NewDiagramPage(QETProject *project, QWidget *parent) :
// dimensions by default for diagram // dimensions by default for diagram
bpw = new BorderPropertiesWidget(BorderProperties::defaultProperties()); bpw = new BorderPropertiesWidget(BorderProperties::defaultProperties());
// default titleblock properties // default titleblock properties
ipw = new TitleBlockPropertiesWidget(QETApp::commonTitleBlockTemplatesCollection(), TitleBlockProperties::defaultProperties(), true); QList <TitleBlockTemplatesCollection *> c;
c << QETApp::commonTitleBlockTemplatesCollection() << QETApp::customTitleBlockTemplatesCollection();
ipw = new TitleBlockPropertiesWidget(c, TitleBlockProperties::defaultProperties(), true);
// default conductor properties // default conductor properties
cpw = new ConductorPropertiesWidget(ConductorProperties::defaultProperties()); cpw = new ConductorPropertiesWidget(ConductorProperties::defaultProperties());
// default propertie of report label // default propertie of report label