Skip to content

Commit

Permalink
Lighttheme and darktheme theme icons
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Aug 29, 2023
1 parent 0806fe6 commit 4424108
Show file tree
Hide file tree
Showing 49 changed files with 1,441 additions and 934 deletions.
59 changes: 38 additions & 21 deletions openhantek/res/application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,50 @@
<qresource prefix="/">
<file alias="switch_6022BL.png">images/switch_6022BL.png</file>
<file>images/OpenHantek.svg</file>
<file>images/lighttheme/histogram.svg</file>
<file>images/lighttheme/measure.svg</file>
<file>images/lighttheme/pause.svg</file>
<file>images/lighttheme/phosphor.svg</file>
<file>images/lighttheme//histogram.svg</file>
<file>images/lighttheme//measure.svg</file>
<file>images/lighttheme//pause.svg</file>
<file>images/lighttheme//play.svg</file>
<file>images/lighttheme//refresh.svg</file>
<file>images/lighttheme//zoom.svg</file>
<file>images/darktheme/phosphor.svg</file>
<file>images/lighttheme/play.svg</file>
<file>images/lighttheme/refresh.svg</file>
<file>images/lighttheme/zoom.svg</file>

<file>images/darktheme/histogram.svg</file>
<file>images/darktheme/measure.svg</file>
<file>images/darktheme/pause.svg</file>
<file>images/darktheme/phosphor.svg</file>
<file>images/darktheme/play.svg</file>
<file>images/darktheme/refresh.svg</file>
<file>images/darktheme/zoom.svg</file>
<file>images/actions/open.svg</file>
<file>images/actions/save.svg</file>
<file>images/actions/save_as.svg</file>
<file>images/actions/exit.svg</file>
<file>images/actions/camera.svg</file>
<file>images/actions/clone.svg</file>
<file>images/actions/print.svg</file>
<file>images/actions/exporter.svg</file>
<file>images/actions/settings.svg</file>
<file>images/actions/offset.svg</file>
<file>images/actions/terminal.svg</file>
<file>images/actions/book.svg</file>
<file>images/actions/about.svg</file>

<file>images/lighttheme/about.svg</file>
<file>images/lighttheme/book.svg</file>
<file>images/lighttheme/camera.svg</file>
<file>images/lighttheme/clone.svg</file>
<file>images/lighttheme/exit.svg</file>
<file>images/lighttheme/exporter.svg</file>
<file>images/lighttheme/offset.svg</file>
<file>images/lighttheme/open.svg</file>
<file>images/lighttheme/print.svg</file>
<file>images/lighttheme/qt.svg</file>
<file>images/lighttheme/save.svg</file>
<file>images/lighttheme/save_as.svg</file>
<file>images/lighttheme/settings.svg</file>
<file>images/lighttheme/terminal.svg</file>

<file>images/darktheme/about.svg</file>
<file>images/darktheme/book.svg</file>
<file>images/darktheme/camera.svg</file>
<file>images/darktheme/clone.svg</file>
<file>images/darktheme/exit.svg</file>
<file>images/darktheme/exporter.svg</file>
<file>images/darktheme/offset.svg</file>
<file>images/darktheme/open.svg</file>
<file>images/darktheme/print.svg</file>
<file>images/darktheme/qt.svg</file>
<file>images/darktheme/save.svg</file>
<file>images/darktheme/save_as.svg</file>
<file>images/darktheme/settings.svg</file>
<file>images/darktheme/terminal.svg</file>
</qresource>
<qresource prefix="/actions"/>
</RCC>
1 change: 0 additions & 1 deletion openhantek/res/images/actions/about.svg

This file was deleted.

1 change: 0 additions & 1 deletion openhantek/res/images/actions/book.svg

This file was deleted.

1 change: 0 additions & 1 deletion openhantek/res/images/actions/camera.svg

This file was deleted.

4 changes: 0 additions & 4 deletions openhantek/res/images/actions/exit.svg

This file was deleted.

4 changes: 0 additions & 4 deletions openhantek/res/images/actions/save.svg

This file was deleted.

4 changes: 0 additions & 4 deletions openhantek/res/images/actions/save_as.svg

This file was deleted.

4 changes: 0 additions & 4 deletions openhantek/res/images/actions/settings.svg

This file was deleted.

3 changes: 3 additions & 0 deletions openhantek/res/images/darktheme/about.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions openhantek/res/images/darktheme/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions openhantek/res/images/darktheme/camera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions openhantek/res/images/darktheme/clone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions openhantek/res/images/darktheme/exit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions openhantek/res/images/darktheme/exporter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions openhantek/res/images/darktheme/offset.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4424108

Please sign in to comment.