Reworked value handling.

This commit is contained in:
Christoph Holzheuer
2026-01-19 16:44:52 +01:00
parent 4309d2231e
commit 8639529bbe
12 changed files with 95 additions and 80 deletions

View File

@@ -15,10 +15,11 @@ class BCValueEditor : public QWidget, private Ui::BCValueEditor
public:
explicit BCValueEditor(int sliderValue, QWidget *parent = nullptr);
explicit BCValueEditor(QWidget *parent = nullptr);
int getValue() const;
void setValue(int val);
void setRange( int min, int max );
signals: