Display Location Field in Diagram and assign Folio Variables to Element's Information Fields

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4546 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-06-07 12:55:05 +00:00
parent b4b63446c7
commit 46464a67a6
13 changed files with 120 additions and 39 deletions

View File

@@ -139,6 +139,9 @@ void ElementSelectorWidget::buildInterface() {
if (!dc["comment"].toString().isEmpty())
button_text += dc["comment"].toString();
if (!dc["location"].toString().isEmpty())
button_text += dc["location"].toString();
if (!button_text.isEmpty())
button_text += "\n";