mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Add new variables for report folio and can be added in a composite text
{conductor_color}
{conductor_section}
This commit is contained in:
@@ -56,7 +56,7 @@ void CompositeTextEditDialog::setUpComboBox()
|
||||
|
||||
if(m_text && (m_text->parentElement()->linkType() & Element::AllReport)) //Special treatment for text owned by a folio report
|
||||
{
|
||||
qstrl << "label" << "function" << "tension_protocol";
|
||||
qstrl << "label" << "function" << "tension_protocol" << "conductor_color" << "conductor_section";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user