diff options
Diffstat (limited to 'dist/qt_themes/default/default.qrc')
| -rw-r--r-- | dist/qt_themes/default/default.qrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc index b195747a3..ef080c221 100644 --- a/dist/qt_themes/default/default.qrc +++ b/dist/qt_themes/default/default.qrc | |||
| @@ -1,13 +1,22 @@ | |||
| 1 | <!-- | ||
| 2 | SPDX-FileCopyrightText: 2018 yuzu Emulator Project | ||
| 3 | SPDX-License-Identifier: GPL-2.0-or-later | ||
| 4 | --> | ||
| 5 | |||
| 1 | <RCC> | 6 | <RCC> |
| 2 | <qresource prefix="icons/default"> | 7 | <qresource prefix="icons/default"> |
| 3 | <file alias="index.theme">icons/index.theme</file> | 8 | <file alias="index.theme">icons/index.theme</file> |
| 4 | <file alias="16x16/checked.png">icons/16x16/checked.png</file> | 9 | <file alias="16x16/checked.png">icons/16x16/checked.png</file> |
| 5 | <file alias="16x16/failed.png">icons/16x16/failed.png</file> | 10 | <file alias="16x16/failed.png">icons/16x16/failed.png</file> |
| 6 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> | 11 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> |
| 12 | <file alias="16x16/connected.png">icons/16x16/connected.png</file> | ||
| 13 | <file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file> | ||
| 14 | <file alias="16x16/connected_notification.png">icons/16x16/connected_notification.png</file> | ||
| 7 | <file alias="16x16/view-refresh.png">icons/16x16/view-refresh.png</file> | 15 | <file alias="16x16/view-refresh.png">icons/16x16/view-refresh.png</file> |
| 8 | <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> | 16 | <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> |
| 9 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> | 17 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> |
| 10 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> | 18 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> |
| 19 | <file alias="48x48/no_avatar.png">icons/48x48/no_avatar.png</file> | ||
| 11 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> | 20 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> |
| 12 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> | 21 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> |
| 13 | <file alias="48x48/star.png">icons/48x48/star.png</file> | 22 | <file alias="48x48/star.png">icons/48x48/star.png</file> |