Potential Isolation option for terminals

This commit is contained in:
Kellermorph
2026-05-27 21:20:50 +02:00
parent 471d1f2538
commit 19704cf5ca
4 changed files with 4684 additions and 33 deletions
+2
View File
@@ -27,6 +27,7 @@ class Element;
class QUndoCommand;
class ElementInfoPartWidget;
class ChangeElementInformationCommand;
class QCheckBox;
namespace Ui {
class ElementInfoWidget;
@@ -71,6 +72,7 @@ class ElementInfoWidget : public AbstractElementPropertiesEditorWidget
private:
Ui::ElementInfoWidget *ui;
QList <ElementInfoPartWidget *> m_eipw_list;
QCheckBox *m_potential_isolating_cb = nullptr;
bool m_first_activation;
bool m_ui_builded = false;
};