mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
added covers size slider to grid view
This commit is contained in:
@ -10,6 +10,7 @@ class QItemSelectionModel;
|
||||
class QQuickView;
|
||||
class QQuickView;
|
||||
|
||||
class YACReaderToolBarStretch;
|
||||
|
||||
class GridComicsView : public ComicsView
|
||||
{
|
||||
@ -65,14 +66,22 @@ public slots:
|
||||
|
||||
protected slots:
|
||||
void requestedContextMenu(const QPoint & point);
|
||||
void setCoversSize(int width);
|
||||
|
||||
private:
|
||||
QSettings * settings;
|
||||
QToolBar * toolbar;
|
||||
YACReaderToolBarStretch * toolBarStretch;
|
||||
QAction * toolBarStretchAction;
|
||||
QWidget * coverSizeSliderWidget;
|
||||
QSlider * coverSizeSlider;
|
||||
QAction * coverSizeSliderAction;
|
||||
QItemSelectionModel * _selectionModel;
|
||||
QQuickView *view;
|
||||
QWidget *container;
|
||||
bool dummy;
|
||||
void closeEvent ( QCloseEvent * event );
|
||||
void createCoverSizeSliderWidget();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user