1
0
Fork 0
VideoPlayer/src/qml/qml.qrc
2020-04-11 14:07:32 +01:00

76 lines
3.9 KiB
Plaintext

<RCC>
<qresource prefix="/">
<file>icon.png</file>
<file>main.qml</file>
<file>CustomMenu.qml</file>
<file>ControlsBar.qml</file>
<file>MainMenu.qml</file>
<file>YouTubeButtonLayout.qml</file>
<file>NiconicoButtonLayout.qml</file>
<file>RoosterTeethButtonLayout.qml</file>
<file alias="VerticalVolume.qml">UIComponents/VerticalVolume.qml</file>
<file alias="SpeedText.qml">UIComponents/SpeedText.qml</file>
<file alias="ForwardButton.qml">UIComponents/ForwardButton.qml</file>
<file alias="BackwardButton.qml">UIComponents/BackwardButton.qml</file>
<file alias="PlaylistPrevButton.qml">UIComponents/PlaylistPrevButton.qml</file>
<file alias="PlayPauseButton.qml">UIComponents/PlayPauseButton.qml</file>
<file alias="VideoProgress.qml">UIComponents/VideoProgress.qml</file>
<file alias="VolumeButton.qml">UIComponents/VolumeButton.qml</file>
<file alias="VolumeSlider.qml">UIComponents/VolumeSlider.qml</file>
<file alias="TimeLabel.qml">UIComponents/TimeLabel.qml</file>
<file alias="SettingsButton.qml">UIComponents/SettingsButton.qml</file>
<file alias="FullscreenButton.qml">UIComponents/FullscreenButton.qml</file>
<file alias="PlaylistNextButton.qml">UIComponents/PlaylistNextButton.qml</file>
<file alias="codes.js">Utils/codes.js</file>
<file alias="Translator.qml">Utils/Translator.qml</file>
<file alias="translations.js">Utils/translations.js</file>
<file alias="ChapterMarkerItem.qml">Items/ChapterMarkerItem.qml</file>
<file alias="TrackItem.qml">Items/TrackItem.qml</file>
<file alias="AudioDeviceItem.qml">Items/AudioDeviceItem.qml</file>
<file alias="ThumbnailProcess.qml">Items/ThumbnailProcess.qml</file>
<file alias="TitleProcess.qml">Items/TitleProcess.qml</file>
<file alias="CustomMenuItem.qml">Items/CustomMenuItem.qml</file>
<file alias="PlaylistDialog.qml">Dialogs/PlaylistDialog.qml</file>
<file>icons/YouTube/play.svg</file>
<file>icons/YouTube/pause.svg</file>
<file>icons/YouTube/forward.svg</file>
<file>icons/YouTube/backward.svg</file>
<file>icons/YouTube/settings.svg</file>
<file>icons/YouTube/fullscreen.svg</file>
<file>icons/YouTube/volume-up.svg</file>
<file>icons/YouTube/volume-mute.svg</file>
<file>icons/YouTube/volume-down.svg</file>
<file>icons/YouTube/next.svg</file>
<file>icons/YouTube/prev.svg</file>
<file>icons/YouTube/subtitles.svg</file>
<file>icons/YouTube/playlist.svg</file>
<file>icons/RoosterTeeth/play.svg</file>
<file>icons/RoosterTeeth/pause.svg</file>
<file>icons/RoosterTeeth/forward.svg</file>
<file>icons/RoosterTeeth/backward.svg</file>
<file>icons/RoosterTeeth/settings.svg</file>
<file>icons/RoosterTeeth/fullscreen.svg</file>
<file>icons/RoosterTeeth/volume-up.svg</file>
<file>icons/RoosterTeeth/volume-mute.svg</file>
<file>icons/RoosterTeeth/volume-down.svg</file>
<file>icons/RoosterTeeth/next.svg</file>
<file>icons/RoosterTeeth/prev.svg</file>
<file>icons/RoosterTeeth/subtitles.svg</file>
<file>icons/RoosterTeeth/playlist.svg</file>
<file>icons/Niconico/play.svg</file>
<file>icons/Niconico/pause.svg</file>
<file>icons/Niconico/settings.svg</file>
<file>icons/Niconico/volume-up.svg</file>
<file>icons/Niconico/volume-down.svg</file>
<file>icons/Niconico/volume-mute.svg</file>
<file>icons/Niconico/prev.svg</file>
<file>icons/Niconico/next.svg</file>
<file>icons/Niconico/fullscreen.svg</file>
<file>icons/Niconico/forward.svg</file>
<file>icons/Niconico/backward.svg</file>
<file>icons/nyancat.gif</file>
<file>icons/rainbow.png</file>
</qresource>
</RCC>