mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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 QtGraphicalEffects 1.0
|
||||||
|
|
||||||
|
import com.yacreader.ComicInfo 1.0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
||||||
color : "transparent"
|
color : "transparent"
|
||||||
@ -23,6 +25,8 @@ Rectangle {
|
|||||||
|
|
||||||
property bool compact : width <= 650
|
property bool compact : width <= 650
|
||||||
|
|
||||||
|
property ComicInfo comicInfo
|
||||||
|
|
||||||
RowLayout
|
RowLayout
|
||||||
{
|
{
|
||||||
id:main_layout
|
id:main_layout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user