Nomenclature export(all fields exported to csv) and Comment field(displayed on editor) handle position and folio variables

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4521 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-05-25 14:49:33 +00:00
parent 1a3d0b9ebc
commit 86244e35f0
7 changed files with 28 additions and 23 deletions

View File

@@ -535,7 +535,7 @@ void CrossRefItem::fillCrossRef(QPainter &painter) {
*/
void CrossRefItem::AddExtraInfo(QPainter &painter)
{
QString comment = m_element -> elementInformations()["comment"].toString();
QString comment = m_element -> assignVariables(m_element -> elementInformations()["comment"].toString(), m_element);
bool must_show = m_element -> elementInformations().keyMustShow("comment");
if (!comment.isEmpty() && must_show)