mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00

* [Update] icons: visual design
* [add] Added PNG for macOS
* [add] Added macOS icns
* [add] Added more icons and do some renamings, #130 this WILL BREAK the build.
* [fix] #130 fixed some ui settings
* [add] #130 Added more support for new ICONS
* [change] #130 #131 Changed MainWindow UI-Merging "ADDConfigBtn", fixed a ScreenShot window issue. Added message in Pref Window.
* [fix] Fixed layout of mainwindow
* [Windows] More UI Options
* [fix] Fixed a typo #130 #131
Former-commit-id: 727b907bcc
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>icons/qv2ray.icns</file>
|
|
<file>icons/qv2ray.png</file>
|
|
<file>icons/qv2ray.ico</file>
|
|
<file>icons/ui_dark/add.png</file>
|
|
<file>icons/ui_dark/delete.png</file>
|
|
<file>icons/ui_dark/duplicate.png</file>
|
|
<file>icons/ui_dark/edit.png</file>
|
|
<file>icons/ui_dark/import.png</file>
|
|
<file>icons/ui_dark/json.png</file>
|
|
<file>icons/ui_dark/netspeed_arrow.png</file>
|
|
<file>icons/ui_dark/ping_gauge.png</file>
|
|
<file>icons/ui_dark/share.png</file>
|
|
<file>icons/ui_light/add.png</file>
|
|
<file>icons/ui_light/delete.png</file>
|
|
<file>icons/ui_light/duplicate.png</file>
|
|
<file>icons/ui_light/edit.png</file>
|
|
<file>icons/ui_light/import.png</file>
|
|
<file>icons/ui_light/json.png</file>
|
|
<file>icons/ui_light/netspeed_arrow.png</file>
|
|
<file>icons/ui_light/ping_gauge.png</file>
|
|
<file>icons/ui_light/share.png</file>
|
|
<file>icons/ui_light/tray.png</file>
|
|
<file>icons/ui_dark/tray.png</file>
|
|
</qresource>
|
|
</RCC>
|