mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4204 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -91,6 +91,8 @@ QString nomenclature::getNomenclature()
|
||||
""+ QObject::tr("Commentaire") +";"
|
||||
""+ QObject::tr("Fabricant") +";"
|
||||
""+ QObject::tr("Reference") +";"
|
||||
""+ QObject::tr("Bloc auxilliaire 1") +";"
|
||||
""+ QObject::tr("Bloc auxilliaire 2") +";"
|
||||
""+ QObject::tr("Machine-reference") +";"
|
||||
""+ QObject::tr("Localisation") +";"
|
||||
""+ QObject::tr("Fonction") +"\n";
|
||||
@@ -133,6 +135,8 @@ QString nomenclature::getElementInfo(const Element *elmt) {
|
||||
info += elmt_info["comment"].toString() + ";";
|
||||
info += elmt_info["manufacturer"].toString() + ";";
|
||||
info += elmt_info["manufacturer-reference"].toString() + ";";
|
||||
info += elmt_info["Auxiliary_1-contact-bloc"].toString() + ";";
|
||||
info += elmt_info["Auxiliary_2-contact-bloc"].toString() + ";";
|
||||
info += elmt_info["machine-manufacturer-reference"].toString() + ";";
|
||||
info += elmt_info["location"].toString() + ";";
|
||||
info += elmt_info["function"].toString() + "\n";
|
||||
|
||||
Reference in New Issue
Block a user