mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Added new QML item for displaying the information of a comic.
This commit is contained in:
@ -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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user