Commit b5ebaf19 authored by Claudio Valerio's avatar Claudio Valerio
parent c7c4bca7
This diff is collapsed.
...@@ -51,13 +51,14 @@ protected: ...@@ -51,13 +51,14 @@ protected:
private slots: private slots:
void addNewPage(); void addNewPage();
void onSelectionChanged(); void onSelectionChanged();
void generateThumbnails();
private: private:
void setGraphicsItems(QList<QGraphicsItem*> items, QStringList labels); void setGraphicsItems(QList<QGraphicsItem*> items, QStringList labels);
void refreshScene(); void refreshScene();
void updateSpecificThumbnail(int iPage); void updateSpecificThumbnail(int iPage);
int border(); int border();
void generateThumbnails();
/** The scene */ /** The scene */
QGraphicsScene* mScene; QGraphicsScene* mScene;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment