mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
recycled the old fit to witdh slider into a zoom slider
This commit is contained in:
@ -19,11 +19,11 @@ public:
|
||||
|
||||
public slots:
|
||||
void updateText(int value);
|
||||
void updateFitToWidthRatio(float v);
|
||||
void updateZoomRatio(float v);
|
||||
|
||||
|
||||
signals:
|
||||
void fitToWidthRatioChanged(float value);
|
||||
void zoomRatioChanged(float value);
|
||||
};
|
||||
|
||||
class YACReaderSliderAction : public QWidgetAction
|
||||
@ -38,11 +38,11 @@ public:
|
||||
|
||||
public slots:
|
||||
void updateText(int value);
|
||||
void updateFitToWidthRatio(float v);
|
||||
void updateZoomRatio(float v);
|
||||
|
||||
|
||||
signals:
|
||||
void fitToWidthRatioChanged(float value);
|
||||
void zoomRatioChanged(float value);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user