mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -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:
@ -17,6 +17,7 @@ Rectangle {
|
||||
|
||||
FlowView {
|
||||
id: flow
|
||||
objectName: "flow"
|
||||
height: 256 //TODO dynamic size?
|
||||
|
||||
anchors.top: parent.top
|
||||
|
Reference in New Issue
Block a user