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:
Luis Ángel San Martín
2016-03-28 11:40:17 +02:00
parent 56e7737931
commit 81c785f787
8 changed files with 309 additions and 2 deletions

View File

@ -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