mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Add Auto Folio Numbering Label to nomenclature export
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4489 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -84,6 +84,7 @@ QString nomenclature::getNomenclature()
|
||||
QString data = QObject::tr("NOMENCLATURE : ") + m_project -> title() + "\n\n";
|
||||
data += QObject::tr("N° de folio") +";"
|
||||
""+ QObject::tr("Titre de folio") +";"
|
||||
""+ QObject::tr("Label de folio") +";"
|
||||
""+ QObject::tr("Désignation qet") +";"
|
||||
""+ QObject::tr("Position") +";"
|
||||
""+ QObject::tr("Label") +";"
|
||||
@@ -128,6 +129,7 @@ QString nomenclature::getElementInfo(const Element *elmt) {
|
||||
|
||||
info += QString::number(diagram -> folioIndex()+1) + ";";
|
||||
info += diagram -> title() + ";";
|
||||
info += diagram -> border_and_titleblock.folio() + ";";
|
||||
info += elmt -> name() + ";";
|
||||
info += elmt-> diagram()-> convertPosition(elmt -> scenePos()).toString() + ";";
|
||||
info += elmt_info["label"].toString() + ";";
|
||||
|
||||
Reference in New Issue
Block a user