mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Fix csv export
This commit is contained in:
@@ -296,9 +296,6 @@ void projectDataBase::createElementNomenclatureView()
|
|||||||
"ei.location AS location,"
|
"ei.location AS location,"
|
||||||
"ei.comment AS comment,"
|
"ei.comment AS comment,"
|
||||||
"ei.function AS function,"
|
"ei.function AS function,"
|
||||||
"ei.tension_protocol AS tension_protocol,"
|
|
||||||
"ei.conductor_color AS conductor_color,"
|
|
||||||
"ei.conductor_section AS conductor_section,"
|
|
||||||
"ei.auxiliary1 AS auxiliary1,"
|
"ei.auxiliary1 AS auxiliary1,"
|
||||||
"ei.auxiliary2 AS auxiliary2,"
|
"ei.auxiliary2 AS auxiliary2,"
|
||||||
"ei.description AS description,"
|
"ei.description AS description,"
|
||||||
|
|||||||
@@ -370,15 +370,10 @@ QStringList QETApp::elementInfoKeys()
|
|||||||
<< "label"
|
<< "label"
|
||||||
<< "plant"
|
<< "plant"
|
||||||
<< "location"
|
<< "location"
|
||||||
|
|
||||||
<< "comment"
|
<< "comment"
|
||||||
<< "function"
|
<< "function"
|
||||||
<< "tension_protocol"
|
|
||||||
<< "conductor_color"
|
|
||||||
<< "conductor_section"
|
|
||||||
<< "auxiliary1"
|
<< "auxiliary1"
|
||||||
<< "auxiliary2"
|
<< "auxiliary2"
|
||||||
|
|
||||||
<< "description"
|
<< "description"
|
||||||
<< "designation"
|
<< "designation"
|
||||||
<< "manufacturer"
|
<< "manufacturer"
|
||||||
@@ -406,9 +401,6 @@ QString QETApp::elementTranslatedInfoKey(const QString &info)
|
|||||||
|
|
||||||
else if (info == "comment") return tr("Commentaire");
|
else if (info == "comment") return tr("Commentaire");
|
||||||
else if (info == "function") return tr("Fonction");
|
else if (info == "function") return tr("Fonction");
|
||||||
else if (info == "tension_protocol") return tr("Tension / Protocole");
|
|
||||||
else if (info == "conductor_color") return tr("Couleur du fil");
|
|
||||||
else if (info == "conductor_section") return tr("Section du fil");
|
|
||||||
else if (info == "auxiliary1") return tr("Bloc auxiliaire 1");
|
else if (info == "auxiliary1") return tr("Bloc auxiliaire 1");
|
||||||
else if (info == "auxiliary2") return tr("Bloc auxiliaire 2");
|
else if (info == "auxiliary2") return tr("Bloc auxiliaire 2");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user