change labels when toggling between scale and absolute value.

This commit is contained in:
2018-07-04 17:03:10 +02:00
parent 7f432cc58e
commit 740d64f6a5
2 changed files with 19 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ class PModSelect : public QDialog
void scale(bool automatic, double factor, bool absVal);
private slots:
void absoluteValueStateChanged(int);
void scaleAuto();
void getFactor();