Terminal element info

Provide only useful information for terminal
This commit is contained in:
joshua
2021-03-03 21:28:22 +01:00
parent 0a51e22b7d
commit faf4235bed
5 changed files with 33 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ class ElementInfoWidget : public AbstractElementPropertiesEditorWidget
Ui::ElementInfoWidget *ui;
QList <ElementInfoPartWidget *> m_eipw_list;
bool m_first_activation;
bool m_ui_builded = false;
};
#endif // ELEMENTINFOWIDGET_H