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:
@ -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;
|
||||
|
Reference in New Issue
Block a user