Added a property to ComicInfo for storing the model information.

This commit is contained in:
Luis Ángel San Martín 2016-04-10 20:06:52 +02:00
parent 1d7319dcd8
commit 3d5eb94ffd

View File

@ -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