-
Notifications
You must be signed in to change notification settings - Fork 0
/
quickflickr.qrc
85 lines (85 loc) · 3.41 KB
/
quickflickr.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<RCC>
<qresource prefix="/qml">
<file>qml/AddCommentView.qml</file>
<file>qml/AuthenticationView.qml</file>
<file>qml/BrowserButton.qml</file>
<file>qml/Button.qml</file>
<file>qml/CommentModel.qml</file>
<file>qml/CommentsView.qml</file>
<file>qml/ContactList.qml</file>
<file>qml/ContactListDelegate.qml</file>
<file>qml/ContactListModel.qml</file>
<file>qml/ContactListView.qml</file>
<file>qml/ContactUploadsModel.qml</file>
<file>qml/FavoriteDelegate.qml</file>
<file>qml/FavoritesModel.qml</file>
<file>qml/FavoritesView.qml</file>
<file>qml/FlickableWebView.qml</file>
<file>qml/FlickrImage.qml</file>
<file>qml/FlickrText.qml</file>
<file>qml/FullScreenCommentField.qml</file>
<file>qml/IconButton.qml</file>
<file>qml/LineSeparator.qml</file>
<file>qml/Loading.qml</file>
<file>qml/MenuButton.qml</file>
<file>qml/NavigationBar.qml</file>
<file>qml/PhotoDetailsDelegate.qml</file>
<file>qml/PhotoDetailsModel.qml</file>
<file>qml/PhotoDetailsView.qml</file>
<file>qml/PhotostreamModel.qml</file>
<file>qml/PhotostreamView.qml</file>
<file>qml/QuickFlickrMain.qml</file>
<file>qml/RadioIconButton.qml</file>
<file>qml/RecentActivityModel.qml</file>
<file>qml/RecentActivityView.qml</file>
<file>qml/ScrollBar.qml</file>
<file>qml/Settings.qml</file>
<file>qml/SettingsView.qml</file>
<file>qml/ThumbnailDelegate.qml</file>
<file>qml/ThumbnailView.qml</file>
<file>qml/TimelineDelegate.qml</file>
<file>qml/Timelineview.qml</file>
<file>qml/UserInfoDelegate.qml</file>
<file>qml/UserInfoModel.qml</file>
<file>qml/PhotoViewerView.qml</file>
<file>qml/BasePage.qml</file>
<file>qml/PhotoViewerDelegate.qml</file>
<file>qml/ZoomableImage.qml</file>
<file>qml/PhotoDetailsLayer.qml</file>
<file>qml/DigitField.qml</file>
<file>qml/FavesList.qml</file>
<file>qml/FavesModel.qml</file>
<file>qml/NoContentText.qml</file>
<file>qml/PolaroidImage.qml</file>
<file>qml/AvatarWithTextDelegate.qml</file>
<file>qml/PatchIcon.qml</file>
<file>qml/LoadingIndicatorBox.qml</file>
<file>qml/SearchView.qml</file>
<file>qml/LocationView.qml</file>
<file>qml/LocationModel.qml</file>
<file>qml/MapView.qml</file>
</qresource>
<qresource prefix="/">
<file>gfx/indicator-not-selected.png</file>
<file>gfx/indicator-selected.png</file>
<file>gfx/scrollbar.png</file>
<file>gfx/loading-1.png</file>
<file>gfx/loading-2.png</file>
<file>gfx/loading-3.png</file>
<file>gfx/loading-4.png</file>
<file>gfx/polaroid-bg.png</file>
<file>gfx/d-pointer-logo.png</file>
<file>gfx/Splash.png</file>
<file>gfx/comments-off.png</file>
<file>gfx/comments-on.png</file>
<file>gfx/add-comment.png</file>
<file>gfx/details.png</file>
<file>gfx/favorite-off.png</file>
<file>gfx/favorite-on.png</file>
<file>gfx/views.png</file>
<file>gfx/play-large.png</file>
<file>gfx/play-small.png</file>
<file>gfx/map_pin.png</file>
<file>gfx/background.png</file>
</qresource>
</RCC>