mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Added a property to ComicInfo for storing the model information.
This commit is contained in:
parent
1d7319dcd8
commit
3d5eb94ffd
@ -5,6 +5,8 @@ import QtQuick.Layouts 1.2
|
||||
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
import com.yacreader.ComicInfo 1.0
|
||||
|
||||
Rectangle {
|
||||
|
||||
color : "transparent"
|
||||
@ -23,6 +25,8 @@ Rectangle {
|
||||
|
||||
property bool compact : width <= 650
|
||||
|
||||
property ComicInfo comicInfo
|
||||
|
||||
RowLayout
|
||||
{
|
||||
id:main_layout
|
||||
|
Loading…
Reference in New Issue
Block a user