mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Merge - 9.0.0 release
This commit is contained in:
@ -119,7 +119,12 @@ public:
|
||||
*/
|
||||
void setReflectionEffect(ReflectionEffect effect);
|
||||
|
||||
/*!
|
||||
Sets the flow direction right-to-left (manga mode)
|
||||
*/
|
||||
void setFlowRightToLeft(bool b);
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
/*!
|
||||
@ -213,6 +218,7 @@ public:
|
||||
void paintEvent(QPaintEvent *event);
|
||||
void keyPressEvent(QKeyEvent* event);
|
||||
void mousePressEvent(QMouseEvent* event);
|
||||
void mousePressEvent(QMouseEvent* event, int slideWidth);
|
||||
void resizeEvent(QResizeEvent* event);
|
||||
|
||||
private slots:
|
||||
|
Reference in New Issue
Block a user