--User changes

-Add a button to randomize both pre and post affine transforms to values between -1 to 1.
This commit is contained in:
mfeemster
2016-05-23 19:48:04 -07:00
parent cffeceec99
commit 991275a656
4 changed files with 523 additions and 450 deletions

View File

@ -233,6 +233,7 @@ public slots:
void OnScaleDownButtonClicked(bool checked);
void OnScaleUpButtonClicked(bool checked);
void OnResetAffineButtonClicked(bool checked);
void OnRandomAffineButtonClicked(bool checked);
void OnAffineGroupBoxToggled(bool on);
void OnAffineDrawAllCurrentRadioButtonToggled(bool checked);