mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
maquetado goToFlow
This commit is contained in:
@ -24,14 +24,9 @@ class GoToFlow : public GoToFlowWidget
|
||||
public:
|
||||
GoToFlow(QWidget* parent = 0,FlowType flowType = CoverFlowLike);
|
||||
bool ready; //comic is ready for read.
|
||||
void keyPressEvent(QKeyEvent* event);
|
||||
bool eventFilter(QObject *target, QEvent *event);
|
||||
private:
|
||||
YACReaderFlow * flow;
|
||||
QLineEdit * edit;
|
||||
QIntValidator * v;
|
||||
QPushButton * centerButton;
|
||||
QPushButton * goToButton;
|
||||
//Comic * comic;
|
||||
QSize imageSize;
|
||||
|
||||
@ -49,9 +44,6 @@ private:
|
||||
void updateImageData();
|
||||
|
||||
public slots:
|
||||
void goTo();
|
||||
void setPageNumber(int page);
|
||||
void centerSlide();
|
||||
void centerSlide(int slide);
|
||||
void reset();
|
||||
void setNumSlides(unsigned int slides);
|
||||
|
Reference in New Issue
Block a user