mirror of
https://github.com/YACReader/yacreader
synced 2026-02-09 00:30:28 -05: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