Buttons functionality

This commit is contained in:
Alexey 2025-06-30 16:50:51 +03:00
commit 6b2dacb28f
4 changed files with 50 additions and 0 deletions

View file

@ -50,6 +50,8 @@ public:
PointProbe& getCapturedProbe();
const QList<Line>& getLines() const;
void clear();
const QString toLuaTable();
void paintEvent(QPaintEvent* event);
const QColor colorFromString(const QString color);