[qet] [4489] Add Auto Folio Numbering Label to nomenclature export |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4489
Author: scorpio810
Date: 2016-05-18 07:39:42 +0200 (Wed, 18 May 2016)
Log Message:
-----------
Add Auto Folio Numbering Label to nomenclature export
Modified Paths:
--------------
trunk/sources/nomenclature.cpp
Modified: trunk/sources/nomenclature.cpp
===================================================================
--- trunk/sources/nomenclature.cpp 2016-05-17 19:19:11 UTC (rev 4488)
+++ trunk/sources/nomenclature.cpp 2016-05-18 05:39:42 UTC (rev 4489)
@@ -84,6 +84,7 @@
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 @@
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() + ";";