-
Notifications
You must be signed in to change notification settings - Fork 1
/
qml.qrc
78 lines (78 loc) · 3.38 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
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
<RCC>
<qresource prefix="/">
<file>qtquickcontrols2.conf</file>
<file>images/box-shadow.png</file>
<file>tr_de.qm</file>
<file>images/icon/Unknown.svg</file>
<file>XmlData.xml</file>
<file>images/cardboard.png</file>
<file>images/buttons/go/white.png</file>
<file>images/buttons/back/white.png</file>
<file>images/polaroid.svg</file>
<file>images/polaroid.svg.png</file>
<file>images/WhiteBackground.png</file>
<file>qml/Application.qml</file>
<file>qml/ApplicationFlow.qml</file>
<file>qml/ApplicationFlowForm.ui.qml</file>
<file>qml/CollageIconButton.qml</file>
<file>qml/CollageMenu.qml</file>
<file>qml/CollageMenuForm.ui.qml</file>
<file>qml/CollageSelector.qml</file>
<file>qml/CollageSelectorForm.ui.qml</file>
<file>qml/FileCopyProgress.qml</file>
<file>qml/FileCopyProgressForm.ui.qml</file>
<file>qml/ImagePreview.qml</file>
<file>qml/ImagePreviewForm.ui.qml</file>
<file>qml/MainMenu.qml</file>
<file>qml/MainMenuForm.ui.qml</file>
<file>qml/SettingsPassword.qml</file>
<file>qml/SettingsPasswordForm.ui.qml</file>
<file>qml/SettingsPopup.qml</file>
<file>qml/SettingsPopupForm.ui.qml</file>
<file>qml/SnapshotMenu.qml</file>
<file>qml/SnapshotMenuForm.ui.qml</file>
<file>qml/SnapshotSettings.qml</file>
<file>qml/SnapshotSettingsForm.ui.qml</file>
<file>qml/content/CameraRenderer.qml</file>
<file>qml/content/CollageImageDelegate.qml</file>
<file>qml/content/CollageRenderer.qml</file>
<file>qml/content/Countdown.qml</file>
<file>qml/content/NavigationButton.qml</file>
<file>qml/content/PhotoProxy.qml</file>
<file>qml/content/ShutterButton.qml</file>
<file>qml/content/WhiteOverlay.qml</file>
<file>font/DejaVuSerif/DejaVuSerif.ttf</file>
<file>font/fontello/fontello.ttf</file>
<file>qml/scripts/utils.js</file>
<file>images/icon/Unknown.png</file>
<file>images/icon/Single.svg</file>
<file>images/icon/Double.svg</file>
<file>images/icon/Four.svg</file>
<file>images/icon/FourStars.svg</file>
<file>images/StarsBackground.jpg</file>
<file>images/RedBorder.png</file>
<file>images/icon/FourBorder.svg</file>
<file>qml/TimeSettings.qml</file>
<file>qml/TimeSettingsForm.ui.qml</file>
<file>shaders/sepia.fsh</file>
<file>shaders/vignette.fsh</file>
<file>shaders/blueseeker.fsh</file>
<file>shaders/bw.fsh</file>
<file>shaders/greenseeker.fsh</file>
<file>shaders/redseeker.fsh</file>
<file>shaders/warhol.fsh</file>
<file>shaders/yellowseeker.fsh</file>
<file>qml/content/ImageEffect.qml</file>
<file>shaders/fisheye.fsh</file>
<file>qml/content/EffectList.qml</file>
<file>shaders/passthrough.fsh</file>
<file>shaders/greyscale.fsh</file>
<file>shaders/vmirror.fsh</file>
<file>shaders/posterize.fsh</file>
<file>qml/EffectSelectionPopup.qml</file>
<file>qml/EffectSelectionPopupForm.ui.qml</file>
<file>qml/content/PrinterPopup.qml</file>
<file>images/ExampleForeground.png</file>
<file>images/icon/SingleNoPrint.svg</file>
</qresource>
</RCC>