Element Terminale add label

Nomenclature Add terminal element


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4681 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-09-02 05:28:26 +00:00
parent 30a9aa9cfe
commit db458143bf
6 changed files with 98 additions and 3 deletions

View File

@@ -198,6 +198,7 @@ void ElementPropertiesWidget::updateUi()
m_list_editor << new LinkSingleElementWidget(m_element, this);
break;
case Element::Terminale:
m_list_editor << new ElementInfoWidget(m_element, this);
break;
default:
break;