mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Set toolbar in info comic view.
This commit is contained in:
@ -14,6 +14,7 @@ class InfoComicsView : public ComicsView
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit InfoComicsView(QWidget *parent = 0);
|
||||
~InfoComicsView();
|
||||
void setToolBar(QToolBar * toolBar);
|
||||
void setModel(ComicModel *model);
|
||||
void setCurrentIndex(const QModelIndex &index);
|
||||
@ -32,6 +33,7 @@ public slots:
|
||||
void selectAll();
|
||||
|
||||
protected:
|
||||
QToolBar * toolbar;
|
||||
QQuickView *view;
|
||||
QWidget *container;
|
||||
QObject *flow;
|
||||
|
Reference in New Issue
Block a user