add dialog to configure the autonumerotation context

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2164 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-05-18 18:39:53 +00:00
parent 6465e45278
commit 8e9ad0dec2
11 changed files with 672 additions and 46 deletions

View File

@@ -20,13 +20,12 @@
diagramselection::diagramselection(QETProject *prj, QWidget *parent) :
QWidget(parent),
ui(new Ui::diagramselection)
ui(new Ui::diagramselection),
prj_ (prj),
list_diagram_ (prj -> diagrams())
{
ui -> setupUi(this);
prj_ = prj;
// list all diagrams presents in project
list_diagram_ = prj_ -> diagrams();
QString project_title = prj_ -> title();
if (project_title.isEmpty()) project_title = tr("Projet sans titre");