mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Added new info comcis view skeleton + setting the comics model. So far it can loads the list of covers from the model. FlowView.qml will be a FlowGL replacement that will be the default in the ANGLE version and an option in the main version.
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
|
||||
|
||||
|
||||
class QQuickView;
|
||||
|
||||
|
||||
|
||||
class InfoComicsView : public ComicsView
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -25,6 +29,10 @@ public:
|
||||
public slots:
|
||||
void setShowMarks(bool show);
|
||||
void selectAll();
|
||||
|
||||
protected:
|
||||
QQuickView *view;
|
||||
QWidget *container;
|
||||
};
|
||||
|
||||
#endif // INFOCOMICSVIEW_H
|
||||
|
Reference in New Issue
Block a user