mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Added a new action for showing, hiding QML ComicInfo view into the GridView.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user