Add new variables for report folio and can be added in a composite text

{conductor_color}
{conductor_section}
This commit is contained in:
Laurent Trinques
2020-07-05 14:01:38 +02:00
parent beaa2ccdc8
commit fb75bf0a73
3 changed files with 12 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ void DynamicTextFieldEditor::fillInfoComboBox()
QString type = elementEditor()->elementScene()->elementType();
if(type.contains("report"))
strl << "function" << "tension_protocol";
strl << "function" << "tension_protocol" << "conductor_color" << "conductor_section";
else
strl = QETApp::elementInfoKeys();