mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Added new QML item for displaying the information of a comic.
This commit is contained in:
parent
6b3d5b04d7
commit
0318b87697
@ -11,5 +11,6 @@
|
||||
<file>qml/info-indicator.png</file>
|
||||
<file>qml/info-shadow.png</file>
|
||||
<file>qml/info-top-shadow.png</file>
|
||||
<file>qml/ComicInfo.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
5
YACReaderLibrary/qml/ComicInfo.qml
Normal file
5
YACReaderLibrary/qml/ComicInfo.qml
Normal file
@ -0,0 +1,5 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
Item {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user