mirror of
https://github.com/YACReader/yacreader
synced 2025-09-23 13:46:50 -04:00
a?adido widget para la gesti?n de la informationLabel
This commit is contained in:
@ -26,6 +26,7 @@ class GoToDialog;
|
||||
class YACReaderTranslator;
|
||||
class GoToFlowWidget;
|
||||
class Bookmarks;
|
||||
class PageLabelWidget;
|
||||
|
||||
class Viewer : public QScrollArea
|
||||
{
|
||||
@ -80,7 +81,7 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
||||
private:
|
||||
bool information;
|
||||
bool doublePage;
|
||||
QLabel * informationLabel;
|
||||
PageLabelWidget * informationLabel;
|
||||
//QTimer * scroller;
|
||||
QPropertyAnimation * verticalScroller;
|
||||
int posByStep;
|
||||
|
Reference in New Issue
Block a user