forked from amarchen/CuteContacts-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
37 lines (37 loc) · 1.56 KB
/
qml.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>pages/MainPage.qml</file>
<file>pages/NewContactPage.qml</file>
<file>images/plus.png</file>
<file>components/IosIconButton.qml</file>
<file>images/magnifying-glass.png</file>
<file>images/text-edit-x.png</file>
<file>components/DimmableIconButton.qml</file>
<file>components/DimmableTextButton.qml</file>
<file>components/TitleBar.qml</file>
<file>components/IOSTextField.qml</file>
<file>images/red-minus.png</file>
<file>images/green-plus.png</file>
<file>images/chevron.png</file>
<file>components/PhonesBlock.qml</file>
<file>components/PhoneNumberEditor.qml</file>
<file>pages/ListSelectorPage.qml</file>
<file>images/blue-checkmark.png</file>
<file>components/AddPhoneLine.qml</file>
<file>settings.js</file>
<file>pages/NotYetImplemented.qml</file>
<file>components/SampleContacts.qml</file>
<file>images/alphabet-scroller-labels.png</file>
<file>pages/ContactViewPage.qml</file>
<file>images/blue-handle.png</file>
<file>images/blue-bubble.png</file>
<file>images/back-chevron.png</file>
<file>images/avatar-round.png</file>
<file>components/IOSPage.qml</file>
<file>components/AddToFavoritesMenu.qml</file>
<file>components/ShareContactMenu.qml</file>
<file>images/share-contact-menu.png</file>
<file>images/black-statusbar.png</file>
</qresource>
</RCC>