endpoint add/remove foundational work

This commit is contained in:
Hane 2023-09-06 17:57:15 +02:00
commit b6a6ff6769
6 changed files with 103 additions and 96 deletions

View file

@ -59,14 +59,12 @@
class ExtendedCheckBox : public QCheckBox {
Q_OBJECT
Q_OBJECT
public:
bool event(QEvent* ev) override;
};
class EndpointWidget : public QWidget {
Q_OBJECT