Added optional card scaling setting

+ Users can now enable/disable the mouse over card scaling.
This commit is contained in:
Matt Lowe 2015-03-18 13:37:06 +01:00
parent b1231e6442
commit 441cb4447a
5 changed files with 18 additions and 2 deletions

View file

@ -98,6 +98,7 @@ private:
QLineEdit *playerAreaBgEdit;
QLineEdit *cardBackPicturePathEdit;
QCheckBox displayCardNamesCheckBox;
QCheckBox cardScalingCheckBox;
QCheckBox horizontalHandCheckBox;
QCheckBox invertVerticalCoordinateCheckBox;
QGroupBox *zoneBgGroupBox;