Element::Thumbnail WIP

This commit is contained in:
Laurent Trinques
2022-05-15 14:29:01 +02:00
parent 2ec7e6aa45
commit db8c76c184
7 changed files with 42 additions and 13 deletions

View File

@@ -289,6 +289,9 @@ void ElementPropertiesWidget::updateUi()
case Element::Simple:
m_list_editor << new ElementInfoWidget(m_element, this);
break;
case Element::Thumbnail:
m_list_editor << new ElementInfoWidget(m_element, this);
break;
case Element::NextReport:
m_list_editor << new LinkSingleElementWidget(m_element, this);
break;