mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Added the basic structure of ComicInfo view.
This commit is contained in:
15
YACReaderLibrary/qml/InfoTick.qml
Normal file
15
YACReaderLibrary/qml/InfoTick.qml
Normal file
@ -0,0 +1,15 @@
|
||||
import QtQuick 2.6
|
||||
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
Image {
|
||||
id: read_compact
|
||||
|
||||
source: "info-tick.png"
|
||||
|
||||
ColorOverlay {
|
||||
anchors.fill: read_compact
|
||||
source: read_compact
|
||||
color: true ? "#e84852" : "#1c1c1c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user