Skip to content

Commit

Permalink
replace FA icons with SVGs
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 27, 2023
1 parent af5978f commit 0806fe6
Show file tree
Hide file tree
Showing 41 changed files with 906 additions and 2,755 deletions.
27 changes: 20 additions & 7 deletions openhantek/res/application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,33 @@
<qresource prefix="/">
<file alias="switch_6022BL.png">images/switch_6022BL.png</file>
<file>images/OpenHantek.svg</file>
<file>images/phosphor.svg</file>
<file>images/histogram.svg</file>
<file>images/measure.svg</file>
<file>images/pause.svg</file>
<file>images/play.svg</file>
<file>images/refresh.svg</file>
<file>images/zoom.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/darktheme/histogram.svg</file>
<file>images/darktheme/measure.svg</file>
<file>images/darktheme/pause.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>
</qresource>
<qresource prefix="/actions"/>
</RCC>
1 change: 1 addition & 0 deletions openhantek/res/images/actions/about.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions openhantek/res/images/actions/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions openhantek/res/images/actions/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/actions/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/actions/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/actions/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/actions/offset.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/actions/open.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/actions/print.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/actions/save.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/actions/save_as.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/actions/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions openhantek/res/images/actions/terminal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 0 additions & 3 deletions openhantek/src/exporting/exportcsv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "exportcsv.h"
#include "dsosettings.h"
#include "exporterregistry.h"
#include "iconfont/QtAwesome.h"
#include "post/ppresult.h"

#include <QCoreApplication>
Expand All @@ -20,8 +19,6 @@ void ExporterCSV::create( ExporterRegistry *newRegistry ) {
data.reset();
}

int ExporterCSV::faIcon() { return fa::filetexto; }

QString ExporterCSV::name() { return tr( "Export &CSV .." ); }

QString ExporterCSV::format() { return "CSV"; }
Expand Down
Loading

0 comments on commit 0806fe6

Please sign in to comment.