-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathqml.qrc
More file actions
20 lines (20 loc) · 728 Bytes
/
qml.qrc
File metadata and controls
20 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>ThreadItem.qml</file>
<file>Tag.qml</file>
<file>images/tag_close.png</file>
<file>images/tag_notmuch.png</file>
<file>QueryInput.qml</file>
<file>MessageItem.qml</file>
<file>MessageViewer.qml</file>
<file>TagsView.qml</file>
<file>images/typicons/tag_signed.png</file>
<file>SelectableText.qml</file>
<file>images/typicons/tag_attachment.png</file>
<file>images/typicons/add_tag.png</file>
<file>images/typicons/tags_to_left.png</file>
<file>images/typicons/tags_to_right.png</file>
<file>NotquickList.qml</file>
</qresource>
</RCC>