forked from NJUPT-SAST-Cpp/sast-music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
31 lines (31 loc) · 1.25 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
<RCC>
<qresource prefix="/">
<file>ui/component/BlurRectangle.qml</file>
<file>ui/component/ComboBox.qml</file>
<file>ui/component/IconButton.qml</file>
<file>ui/component/MusicSlider.qml</file>
<file>ui/component/RadiusMenu.qml</file>
<file>ui/component/RadiusMenuItem.qml</file>
<file>ui/component/ScrollablePage.qml</file>
<file>ui/component/SearchBox.qml</file>
<file>ui/component/TextButton.qml</file>
<file>ui/component/ToggleSwitch.qml</file>
<file>ui/item/LyricsRect.qml</file>
<file>ui/item/NavigationBar.qml</file>
<file>ui/item/PlayerBar.qml</file>
<file>ui/page/Explore.qml</file>
<file>ui/page/Home.qml</file>
<file>ui/page/Library.qml</file>
<file>ui/page/Login.qml</file>
<file>ui/page/NextUp.qml</file>
<file>ui/page/SearchResult.qml</file>
<file>ui/page/Settings.qml</file>
<file>ui/MainWindow.qml</file>
<file>ui/page/PlayList.qml</file>
<file>ui/page/PrivateRadar.qml</file>
<file>ui/item/MusicBlock.qml</file>
<file>ui/item/PlayListCover.qml</file>
<file>ui/item/SystemTray.qml</file>
<file>ui/page/LikedSongs.qml</file>
</qresource>
</RCC>