default.qrc 1.2 KB

123456789101112131415161718192021222324252627
  1. <!--
  2. SPDX-FileCopyrightText: 2018 yuzu Emulator Project
  3. SPDX-License-Identifier: GPL-2.0-or-later
  4. -->
  5. <RCC>
  6. <qresource prefix="icons/default">
  7. <!-- "colorful" is now the default theme, add new icons there -->
  8. <file alias="index.theme">icons/index.theme</file>
  9. <file alias="16x16/connected.png">icons/16x16/connected.png</file>
  10. <file alias="16x16/connected_notification.png">icons/16x16/connected_notification.png</file>
  11. <file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file>
  12. <file alias="16x16/lock.png">icons/16x16/lock.png</file>
  13. <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file>
  14. <file alias="48x48/chip.png">icons/48x48/chip.png</file>
  15. <file alias="48x48/folder.png">icons/48x48/folder.png</file>
  16. <file alias="48x48/list-add.png">icons/48x48/list-add.png</file>
  17. <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
  18. <file alias="48x48/star.png">icons/48x48/star.png</file>
  19. <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
  20. <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file>
  21. </qresource>
  22. <qresource prefix="default">
  23. <file>style.qss</file>
  24. </qresource>
  25. </RCC>