Implemented InfoRating interaction and value.

This commit is contained in:
Luis Ángel San Martín
2016-04-17 21:49:54 +02:00
parent bcc51241b3
commit aad00d77d3
2 changed files with 28 additions and 3 deletions

View File

@ -105,6 +105,7 @@ Rectangle {
InfoRating {
Layout.alignment: Qt.AlignTop
Layout.rightMargin: 30
rating: comicInfo.rating
}
visible: mainContainer.compact
@ -146,6 +147,7 @@ Rectangle {
InfoRating {
Layout.alignment: Qt.AlignTop
Layout.rightMargin: 30
rating: comicInfo.rating
}
}
}