Reworked value handling.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user