-
Notifications
You must be signed in to change notification settings - Fork 13
/
qml.qrc
61 lines (61 loc) · 2.69 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
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>qml/MainNavigation.qml</file>
<file>qml/ProfileEditPopup.qml</file>
<file>qml/ProfileComboBox.qml</file>
<file>qml/GamepadTool.qml</file>
<file>qml/GoogleTosApprovalWindow.qml</file>
<file>qml/TroubleshooterWindow.qml</file>
<file>qml/ApkImportWindow.qml</file>
<file>qml/ApkImportHelper.qml</file>
<file>qml/GamepadInputField.qml</file>
<file>qml/BaseScreen.qml</file>
<file>qml/LoginScreen.qml</file>
<file>qml/ChangelogScreen.qml</file>
<file>qml/UnsupportedScreen.qml</file>
<file>qml/UnlockScreen.qml</file>
<file>qml/HomeScreen.qml</file>
<file>qml/NewsScreen.qml</file>
<file>qml/ModsScreen.qml</file>
<file>qml/GameLogScreen.qml</file>
<file>qml/SettingsScreen.qml</file>
<file>qml/SettingsAboutSection.qml</file>
<file>qml/SettingsDevSection.qml</file>
<file>qml/SettingsGeneralSection.qml</file>
<file>qml/SettingsStorageSection.qml</file>
<file>qml/SettingsVersionsSection.qml</file>
<file>qml/Components/AnimatedStackLayout.qml</file>
<file>qml/Components/BaseHeader.qml</file>
<file>qml/Components/CenteredScrollView.qml</file>
<file>qml/Components/FocusBorder.qml</file>
<file>qml/Components/HorizontalDivider.qml</file>
<file>qml/Components/MBusyIndicator.qml</file>
<file>qml/Components/MButton.qml</file>
<file>qml/Components/MCheckBox.qml</file>
<file>qml/Components/MComboBox.qml</file>
<file>qml/Components/MProgressBar.qml</file>
<file>qml/Components/MSideBarItem.qml</file>
<file>qml/Components/MTabButton.qml</file>
<file>qml/Components/MText.qml</file>
<file>qml/Components/MTextField.qml</file>
<file>qml/Components/PlayButton.qml</file>
<file>qml/Components/TransparentButton.qml</file>
<file>Resources/mcpelauncher-logo.svg</file>
<file>Resources/mcpelauncher-icon.svg</file>
<file>Resources/green-button.png</file>
<file>Resources/check.png</file>
<file>Resources/noise.png</file>
<file>Resources/icon-edit.png</file>
<file>Resources/icon-settings.png</file>
<file>Resources/icon-copy.png</file>
<file>Resources/icon-home.png</file>
<file>Resources/icon-news.png</file>
<file>Resources/icon-log.png</file>
<file>Resources/icon-mods.png</file>
<file>Resources/icon-delete.png</file>
<file>Resources/icon-folder.png</file>
<file>Resources/icon-edit.svg</file>
<file>LICENSE</file>
</qresource>
</RCC>