style.qrc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <RCC>
  2. <qresource prefix="icons/qdarkstyle">
  3. <file alias="index.theme">icons/index.theme</file>
  4. <file alias="16x16/connected.png">icons/16x16/connected.png</file>
  5. <file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file>
  6. <file alias="16x16/connected_notification.png">icons/16x16/connected_notification.png</file>
  7. <file alias="16x16/lock.png">icons/16x16/lock.png</file>
  8. <file alias="16x16/view-refresh.png">icons/16x16/view-refresh.png</file>
  9. <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file>
  10. <file alias="48x48/chip.png">icons/48x48/chip.png</file>
  11. <file alias="48x48/folder.png">icons/48x48/folder.png</file>
  12. <file alias="48x48/no_avatar.png">icons/48x48/no_avatar.png</file>
  13. <file alias="48x48/list-add.png">icons/48x48/list-add.png</file>
  14. <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
  15. <file alias="48x48/star.png">icons/48x48/star.png</file>
  16. <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
  17. </qresource>
  18. <qresource prefix="qss_icons">
  19. <file>rc/up_arrow_disabled.png</file>
  20. <file>rc/Hmovetoolbar.png</file>
  21. <file>rc/stylesheet-branch-end.png</file>
  22. <file>rc/branch_closed-on.png</file>
  23. <file>rc/stylesheet-vline.png</file>
  24. <file>rc/branch_closed.png</file>
  25. <file>rc/branch_open-on.png</file>
  26. <file>rc/transparent.png</file>
  27. <file>rc/right_arrow_disabled.png</file>
  28. <file>rc/sizegrip.png</file>
  29. <file>rc/close.png</file>
  30. <file>rc/close-hover.png</file>
  31. <file>rc/close-pressed.png</file>
  32. <file>rc/down_arrow.png</file>
  33. <file>rc/Vmovetoolbar.png</file>
  34. <file>rc/left_arrow.png</file>
  35. <file>rc/stylesheet-branch-more.png</file>
  36. <file>rc/up_arrow.png</file>
  37. <file>rc/right_arrow.png</file>
  38. <file>rc/left_arrow_disabled.png</file>
  39. <file>rc/Hsepartoolbar.png</file>
  40. <file>rc/branch_open.png</file>
  41. <file>rc/Vsepartoolbar.png</file>
  42. <file>rc/down_arrow_disabled.png</file>
  43. <file>rc/undock.png</file>
  44. <file>rc/checkbox_checked_disabled.png</file>
  45. <file>rc/checkbox_checked_focus.png</file>
  46. <file>rc/checkbox_checked.png</file>
  47. <file>rc/checkbox_indeterminate.png</file>
  48. <file>rc/checkbox_indeterminate_focus.png</file>
  49. <file>rc/checkbox_unchecked_disabled.png</file>
  50. <file>rc/checkbox_unchecked_focus.png</file>
  51. <file>rc/checkbox_unchecked.png</file>
  52. <file>rc/radio_checked_disabled.png</file>
  53. <file>rc/radio_checked_focus.png</file>
  54. <file>rc/radio_checked.png</file>
  55. <file>rc/radio_unchecked_disabled.png</file>
  56. <file>rc/radio_unchecked_focus.png</file>
  57. <file>rc/radio_unchecked.png</file>
  58. </qresource>
  59. <qresource prefix="qdarkstyle">
  60. <file>style.qss</file>
  61. </qresource>
  62. </RCC>