diff options
| author | 2021-12-25 20:27:52 +0100 | |
|---|---|---|
| committer | 2022-07-25 21:59:28 +0200 | |
| commit | 705f7db84dd85555a6aef1e136cf251725cef293 (patch) | |
| tree | e110c6482a11d711d18515afce4fc50adcee76e7 /dist/qt_themes/default | |
| parent | network: Add initial files and enet dependency (diff) | |
| download | yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.gz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.xz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.zip | |
yuzu: Add ui files for multiplayer rooms
Diffstat (limited to 'dist/qt_themes/default')
| -rw-r--r-- | dist/qt_themes/default/default.qrc | 4 | ||||
| -rw-r--r-- | dist/qt_themes/default/icons/16x16/connected.png | bin | 0 -> 269 bytes | |||
| -rw-r--r-- | dist/qt_themes/default/icons/16x16/connected_notification.png | bin | 0 -> 517 bytes | |||
| -rw-r--r-- | dist/qt_themes/default/icons/16x16/disconnected.png | bin | 0 -> 306 bytes | |||
| -rw-r--r-- | dist/qt_themes/default/icons/48x48/no_avatar.png | bin | 0 -> 588 bytes |
5 files changed, 4 insertions, 0 deletions
diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc index b195747a3..41842e5d8 100644 --- a/dist/qt_themes/default/default.qrc +++ b/dist/qt_themes/default/default.qrc | |||
| @@ -4,10 +4,14 @@ | |||
| 4 | <file alias="16x16/checked.png">icons/16x16/checked.png</file> | 4 | <file alias="16x16/checked.png">icons/16x16/checked.png</file> |
| 5 | <file alias="16x16/failed.png">icons/16x16/failed.png</file> | 5 | <file alias="16x16/failed.png">icons/16x16/failed.png</file> |
| 6 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> | 6 | <file alias="16x16/lock.png">icons/16x16/lock.png</file> |
| 7 | <file alias="16x16/connected.png">icons/16x16/connected.png</file> | ||
| 8 | <file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file> | ||
| 9 | <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> | 10 | <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> | 11 | <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> |
| 9 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> | 12 | <file alias="48x48/chip.png">icons/48x48/chip.png</file> |
| 10 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> | 13 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> |
| 14 | <file alias="48x48/no_avatar.png">icons/48x48/no_avatar.png</file> | ||
| 11 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> | 15 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> |
| 12 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> | 16 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> |
| 13 | <file alias="48x48/star.png">icons/48x48/star.png</file> | 17 | <file alias="48x48/star.png">icons/48x48/star.png</file> |
diff --git a/dist/qt_themes/default/icons/16x16/connected.png b/dist/qt_themes/default/icons/16x16/connected.png new file mode 100644 index 000000000..afa797394 --- /dev/null +++ b/dist/qt_themes/default/icons/16x16/connected.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/16x16/connected_notification.png b/dist/qt_themes/default/icons/16x16/connected_notification.png new file mode 100644 index 000000000..e64901378 --- /dev/null +++ b/dist/qt_themes/default/icons/16x16/connected_notification.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/16x16/disconnected.png b/dist/qt_themes/default/icons/16x16/disconnected.png new file mode 100644 index 000000000..835b1f0d6 --- /dev/null +++ b/dist/qt_themes/default/icons/16x16/disconnected.png | |||
| Binary files differ | |||
diff --git a/dist/qt_themes/default/icons/48x48/no_avatar.png b/dist/qt_themes/default/icons/48x48/no_avatar.png new file mode 100644 index 000000000..d4bf82026 --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/no_avatar.png | |||
| Binary files differ | |||