Added a new action for showing, hiding QML ComicInfo view into the GridView.

This commit is contained in:
Luis Ángel San Martín
2016-04-16 22:40:42 +02:00
parent ba5dfc0807
commit 28b5a29da9
7 changed files with 51 additions and 30 deletions

View File

@ -28,17 +28,13 @@ public:
void selectIndex(int index);
public slots:
void updateInfoForIndex(int index);
void setShowMarks(bool show);
void selectAll();
protected:
QToolBar * toolbar;
QQuickView *view;
QWidget *container;
QObject *flow;
QObject *list;
ComicDB *comicDB;
};
#endif // INFOCOMICSVIEW_H