mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added rating support to comics grid view
This commit is contained in:
@ -29,7 +29,6 @@ public:
|
||||
void setItemActions(const QList<QAction *> & actions);
|
||||
void setViewActions(const QList<QAction *> & actions);
|
||||
void enableFilterMode(bool enabled);
|
||||
|
||||
QSize sizeHint();
|
||||
signals:
|
||||
signals:
|
||||
@ -48,6 +47,10 @@ public slots:
|
||||
void setShowMarks(bool show);
|
||||
void selectAll();
|
||||
|
||||
//rating
|
||||
void rate(int index, int rating);
|
||||
|
||||
|
||||
private:
|
||||
QItemSelectionModel * _selectionModel;
|
||||
QQuickView *view;
|
||||
|
Reference in New Issue
Block a user