mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-31 08:10:52 +01:00
Revert last commits
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5624 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -100,7 +100,6 @@ QString nomenclature::getNomenclature()
|
||||
""+ QObject::tr("M001") +";" //:Don't translate this text! //ID for auxiliary field 1
|
||||
""+ QObject::tr("M002") +";" //:Don't translate this text! //ID for auciliary field 2
|
||||
""+ QObject::tr("N001")+";" //:Don't translate this text! //ID for internal number
|
||||
""+ QObject::tr("N002")+";" //:Don't translate this text! //ID for Function group
|
||||
""+ QObject::tr("O001")+";" //:Don't translate this text! //ID for location
|
||||
""+ QObject::tr("P001") +"\n"; //:Don't translate this text! //ID for function
|
||||
data += QObject::tr("N° de folio") +";"
|
||||
@@ -119,7 +118,6 @@ QString nomenclature::getNomenclature()
|
||||
""+ QObject::tr("Bloc auxiliaire 1") +";"
|
||||
""+ QObject::tr("Bloc auxiliaire 2") +";"
|
||||
""+ QObject::tr("Machine-reference") +";"
|
||||
""+ QObject::tr("Function-group") +";"
|
||||
""+ QObject::tr("Localisation") +";"
|
||||
""+ QObject::tr("Fonction") +"\n";
|
||||
|
||||
@@ -179,7 +177,6 @@ QString nomenclature::getElementInfo(Element *elmt) {
|
||||
info += autonum::AssignVariables::formulaToLabel(elmt_info["auxiliary1"].toString(), elmt->rSequenceStruct(), elmt->diagram(), elmt) + ";";
|
||||
info += autonum::AssignVariables::formulaToLabel(elmt_info["auxiliary2"].toString(), elmt->rSequenceStruct(), elmt->diagram(), elmt) + ";";
|
||||
info += autonum::AssignVariables::formulaToLabel(elmt_info["machine-manufacturer-reference"].toString(), elmt->rSequenceStruct(), elmt->diagram(), elmt) + ";";
|
||||
info += autonum::AssignVariables::formulaToLabel(elmt_info["function-group"].toString(), elmt->rSequenceStruct(), elmt->diagram(), elmt) + ";";
|
||||
info += autonum::AssignVariables::formulaToLabel(elmt_info["location"].toString(), elmt->rSequenceStruct(), elmt->diagram(), elmt) + ";";
|
||||
info += autonum::AssignVariables::formulaToLabel(elmt_info["function"].toString(), elmt->rSequenceStruct(), elmt->diagram(), elmt) + "\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user