SimpleQmlNotify/QML.qrc

17 lines
621 B
Plaintext
Raw Normal View History

2019-11-19 15:20:38 +03:00
<RCC>
2019-11-19 18:09:01 +03:00
<qresource prefix="/">
<file>NotifyModule/qmldir</file>
<file>NotifyModule/NotificationServiceView.qml</file>
<file>NotifyModule/NotificationForm.qml</file>
<file>NotifyModule/BasePopUp.qml</file>
<file>NotifyModule/Metrix.qml</file>
2021-01-18 23:20:03 +03:00
<file>NotifyModule/YesNoQuestion.qml</file>
2019-11-19 15:20:38 +03:00
</qresource>
2021-01-19 21:35:18 +03:00
<qresource prefix="/icons">
<file alias="warning">icons/Warning.png</file>
<file alias="question">icons/Question.png</file>
<file alias="info">icons/Info.png</file>
<file alias="error">icons/Error.png</file>
</qresource>
2019-11-19 15:20:38 +03:00
</RCC>