-
Notifications
You must be signed in to change notification settings - Fork 10
/
qml.qrc
40 lines (40 loc) · 1.7 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
<RCC>
<qresource prefix="/">
<file>qml/ApplicationBar.qml</file>
<file>qml/ColorPalleteButton.qml</file>
<file>qml/CreditsListDelegate.qml</file>
<file>qml/CreditsView.qml</file>
<file>qml/CustomSwitch.qml</file>
<file>qml/ForecastView.qml</file>
<file>qml/LinkedText.qml</file>
<file>qml/main-android.qml</file>
<file>qml/MenuButton.qml</file>
<file>qml/ResizeController.qml</file>
<file>qml/SearchLocation.qml</file>
<file>qml/SelectionButton.qml</file>
<file>qml/SettingsOptionItem.qml</file>
<file>qml/SettingsWindow.qml</file>
<file>qml/WeatherInfoItem.qml</file>
<file>qml/WeatherWindow.qml</file>
<file>assets/fonts/fontawesome.ttf</file>
<file>assets/fonts/Ubuntu-C.ttf</file>
<file>assets/fonts/weathericons-regular-webfont.ttf</file>
<file>qml/main-desktop.qml</file>
<file>assets/weather_codes.json</file>
<file>qml/SimpleItem.qml</file>
<file>qml/MainView.qml</file>
<file>qml/LocationView.qml</file>
<file>qml/LocationItemDelegate.qml</file>
<file>qml/ClickableItem.qml</file>
<file>qml/GpsLocationItem.qml</file>
<file>qml/ForecastItemDelegate.qml</file>
<file>qml/CustomComponents/ClickableItem.qml</file>
<file>qml/CustomComponents/Item.qml</file>
<file>qml/CustomControls/Button.qml</file>
<file>qml/WelcomeView.qml</file>
<file>translations/tempestas_ro.po</file>
<file>translations/tempestas_ro.qm</file>
<file>qml/CustomControls/CustomButton.qml</file>
<file>qml/CustomControls/SettingsItem.qml</file>
</qresource>
</RCC>