-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathqml.qrc
137 lines (137 loc) · 6.95 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>SplashScreens.qml</file>
<file>MainPage.qml</file>
<file>assets/icons/Car Settings Icon.svg</file>
<file>assets/icons/Climate Control Icon.svg</file>
<file>assets/icons/Home Icon.svg</file>
<file>assets/icons/Media Icon.svg</file>
<file>assets/icons/Navigation Icon.svg</file>
<file>controls/HomeButton.qml</file>
<file>screens/HomeScreen.qml</file>
<file>screens/CarScreen.qml</file>
<file>screens/NavigationScreen.qml</file>
<file>screens/ThermoScreen.qml</file>
<file>screens/MusicScreen.qml</file>
<file>Style.qml</file>
<file>assets/techcoderhub_logo.jpg</file>
<file>Components/DateTimeTile.qml</file>
<file>assets/icons/BatteryIcon.svg</file>
<file>assets/icons/BatteryIcon-2.svg</file>
<file>assets/icons/Cloud Icon.svg</file>
<file>Components/BatteryTile.qml</file>
<file>assets/icons/Eco Leaf Icon.svg</file>
<file>Components/NotificationTile.qml</file>
<file>assets/icons/Tire Pressure Icon.svg</file>
<file>Components/CameraView.qml</file>
<file>Components/CliemateSmallTile.qml</file>
<file>Components/MusicSmallTile.qml</file>
<file>assets/icons/logos--spotify-icon.svg</file>
<file>controls/PrefsButton.qml</file>
<file>assets/fontawesome/fontawesome.otf</file>
<file>assets/icons/jam--repeat.svg</file>
<file>assets/icons/lucide--repeat-1.svg</file>
<file>assets/icons/mage--next-fill.svg</file>
<file>assets/icons/mage--pause-fill.svg</file>
<file>assets/icons/mage--play-fill.svg</file>
<file>assets/icons/mage--previous-fill.svg</file>
<file>assets/icons/mingcute--shuffle-2-fill.svg</file>
<file>assets/icons/mi--repeat.svg</file>
<file>assets/icons/Back Arrow.svg</file>
<file>assets/icons/Front Arrow.svg</file>
<file>assets/icons/music-backword.svg</file>
<file>assets/icons/music-forword.svg</file>
<file>assets/icons/Volume Icon.svg</file>
<file>Components/MediaControlFile.qml</file>
<file>assets/icons/Bluetooth Icon.svg</file>
<file>Components/MusicListTile.qml</file>
<file>assets/music-dummy-icons/Song 1.png</file>
<file>assets/music-dummy-icons/Song 2.png</file>
<file>assets/music-dummy-icons/Song 3.png</file>
<file>assets/music-dummy-icons/Song 4.png</file>
<file>assets/music-dummy-icons/Song 5.png</file>
<file>assets/music-dummy-icons/Song 6.png</file>
<file>Components/LargeTileMusic.qml</file>
<file>assets/icons/Skip Track Button.svg</file>
<file>assets/icons/Air Back Window.svg</file>
<file>assets/icons/Air Down.svg</file>
<file>assets/icons/Air Up.svg</file>
<file>assets/icons/Air Windshield.svg</file>
<file>assets/icons/Down.svg</file>
<file>assets/icons/Fan Icon.svg</file>
<file>assets/icons/Heat Seats.svg</file>
<file>Components/SeatTile.qml</file>
<file>Components/WeatherTile.qml</file>
<file>Components/AirControlTile.qml</file>
<file>Components/KeyBoardTile.qml</file>
<file>assets/carIcons/BackSeat.png</file>
<file>assets/carIcons/BackStorage.png</file>
<file>assets/carIcons/DriverSeat.png</file>
<file>assets/carIcons/DriverSideSeat.png</file>
<file>assets/carIcons/frontEngine.png</file>
<file>assets/carIcons/HighlightLeftTopTire.png</file>
<file>assets/carIcons/LeftSideMirror.png</file>
<file>assets/carIcons/lefttiretopandSeatSlectedpng.png</file>
<file>assets/carIcons/leftTopTire.png</file>
<file>assets/carIcons/lowerLeftire.png</file>
<file>assets/carIcons/lowerRightTire.png</file>
<file>assets/carIcons/RightSideMirror.png</file>
<file>assets/carIcons/righttopTire.png</file>
<file>Components/YourVehicalTile.qml</file>
<file>Components/VehicleSkeletonTile.qml</file>
<file>assets/carIcons/vehical.png</file>
<file>controls/PulseButton.qml</file>
<file>assets/icons/Eco Leaf Icon 2.svg</file>
<file>assets/icons/lock.svg</file>
<file>assets/icons/Power Icon.svg</file>
<file>assets/icons/Warning.svg</file>
<file>Components/LockandWarning.qml</file>
<file>Components/PowerControls.qml</file>
<file>assets/icons/Sport Flag Icon.svg</file>
<file>assets/icons/BatteryIcon_sports.svg</file>
<file>assets/icons/BatteryIcon_normal.svg</file>
<file>assets/icons/Sport Flag Icon_battery.svg</file>
<file>assets/icons/Double Arrows.svg</file>
<file>assets/icons/double-arrow.svg</file>
<file>assets/icons/Seat B&F.svg</file>
<file>assets/icons/Seat Recline.svg</file>
<file>assets/icons/Straight Arrow.svg</file>
<file>assets/icons/Warningicon.svg</file>
<file>Components/SettingsControlBasePage.qml</file>
<file>Components/SettingsControlHomePage.qml</file>
<file>assets/icons/left-arrow.svg</file>
<file>Components/SettingsControl.qml</file>
<file>Components/SettingsControlTirePressure.qml</file>
<file>Components/SettingsControlSeatAdjustment.qml</file>
<file>Components/SettingsControlMirrorAdjustment.qml</file>
<file>Components/TirePressureInfo.qml</file>
<file>assets/icons/Erroricon.svg</file>
<file>Components/SettingsControlBackStorage.qml</file>
<file>Components/SettingsControlEngine.qml</file>
<file>assets/seatIcons/mdi--car-child-seat.svg</file>
<file>assets/seatIcons/mdi--car-seat-cooler.svg</file>
<file>assets/seatIcons/mdi--car-seat-heater.svg</file>
<file>assets/seatIcons/mdi--car-seat.svg</file>
<file>assets/seatIcons/mdi--seat-flat-angled.svg</file>
<file>assets/seatIcons/mdi--seat-individual-suite.svg</file>
<file>assets/seatIcons/mdi--seat-legroom-extra.svg</file>
<file>assets/seatIcons/mdi--seat-legroom-normal.svg</file>
<file>assets/seatIcons/mdi--seat-passenger.svg</file>
<file>assets/seatIcons/mdi--seat-recline-extra(1).svg</file>
<file>assets/seatIcons/mdi--seat-recline-extra.svg</file>
<file>assets/seatIcons/mdi--seatbelt.svg</file>
<file>Components/SeatIcon.qml</file>
<file>assets/icons/Backup Camera Picture.png</file>
<file>assets/icons/Map Picture.png</file>
<file>Components/MapTile.qml</file>
<file>assets/icons/Home-icon-Add.svg</file>
<file>assets/icons/Plus-icon-add.svg</file>
<file>assets/icons/Work-icon-add.svg</file>
<file>Components/ConnectedMobileDevice.qml</file>
<file>Components/ConnectedFMStation.qml</file>
<file>assets/icons/FMStation.svg</file>
<file>Components/ConnectedSpotifyClient.qml</file>
<file>assets/icons/Wifi-icon.svg</file>
</qresource>
</RCC>