mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 06:20:53 +01:00
Add new fild and titleblock "Function group"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5622 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -100,6 +100,7 @@ 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") +";"
|
||||
@@ -118,6 +119,7 @@ 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";
|
||||
|
||||
@@ -177,6 +179,7 @@ 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