maquetado goToFlow

This commit is contained in:
Luis Ángel San Martín
2013-01-30 20:16:09 +01:00
parent f20b03163b
commit 7ded7c90b7
17 changed files with 310 additions and 281 deletions

View File

@ -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);