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

@ -38,6 +38,8 @@ public slots:
void updateBackgroundConfig();
void showInfo();
protected slots:
//QML - selection helper
void selectIndex(int index);
@ -71,6 +73,7 @@ private:
QWidget * coverSizeSliderWidget;
QSlider * coverSizeSlider;
QAction * coverSizeSliderAction;
QAction * showInfoAction;
QItemSelectionModel * _selectionModel;
QQuickView *view;
QWidget *container;