mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user