mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Added read marks to FlowView.qml
This commit is contained in:
@ -36,6 +36,8 @@ InfoComicsView::InfoComicsView(QWidget *parent)
|
||||
l->setContentsMargins(0,0,0,0);
|
||||
l->setSpacing(0);
|
||||
|
||||
setShowMarks(true);
|
||||
|
||||
QLOG_TRACE() << "GridComicsView";
|
||||
}
|
||||
|
||||
@ -148,7 +150,8 @@ void InfoComicsView::selectIndex(int index)
|
||||
|
||||
void InfoComicsView::setShowMarks(bool show)
|
||||
{
|
||||
int FIXME;
|
||||
QQmlContext *ctxt = view->rootContext();
|
||||
ctxt->setContextProperty("show_marks", show);
|
||||
}
|
||||
|
||||
void InfoComicsView::selectAll()
|
||||
|
Reference in New Issue
Block a user