SimpleQmlNotify/QML.qrc

22 lines
856 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>
2021-05-05 16:12:50 +03:00
<file>qmlNotify_languages/ua.qm</file>
<file>qmlNotify_languages/tr.qm</file>
<file>qmlNotify_languages/ru.qm</file>
<file>qmlNotify_languages/ja.qm</file>
<file>qmlNotify_languages/en.qm</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>