mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add a setting to control the scaling method used
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
class QComboBox;
|
||||
class QDialog;
|
||||
class QLabel;
|
||||
class QLineEdit;
|
||||
@ -62,6 +63,8 @@ private:
|
||||
|
||||
QColor currentColor;
|
||||
|
||||
QComboBox *scalingMethodCombo;
|
||||
|
||||
QRadioButton *normalMouseModeRadioButton;
|
||||
QRadioButton *leftRightNavigationMouseModeRadioButton;
|
||||
QRadioButton *hotAreasMouseModeRadioButton;
|
||||
|
||||
Reference in New Issue
Block a user