mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Link the FlowView in QML with the c++ view controller, so the comic info can be updated whenever the selected comic changes.
This commit is contained in:
@ -27,12 +27,15 @@ public:
|
||||
void selectIndex(int index);
|
||||
|
||||
public slots:
|
||||
void updateInfoForIndex(int index);
|
||||
void setShowMarks(bool show);
|
||||
void selectAll();
|
||||
|
||||
protected:
|
||||
QQuickView *view;
|
||||
QWidget *container;
|
||||
QObject *flow;
|
||||
QObject *list;
|
||||
};
|
||||
|
||||
#endif // INFOCOMICSVIEW_H
|
||||
|
Reference in New Issue
Block a user