From: Uwe Hermann Date: Sun, 11 Jun 2017 18:07:15 +0000 (+0200) Subject: Rename sigrok-logo-notext.svg to pulseview.svg. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=311da12176d31b4cab2a7af9c4acf4cec6030dbf Rename sigrok-logo-notext.svg to pulseview.svg. --- diff --git a/icons/pulseview.svg b/icons/pulseview.svg new file mode 100644 index 0000000..620028d --- /dev/null +++ b/icons/pulseview.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/sigrok-logo-notext.svg b/icons/sigrok-logo-notext.svg deleted file mode 100644 index 620028d..0000000 --- a/icons/sigrok-logo-notext.svg +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pulseview.qrc b/pulseview.qrc index 18d17f7..5b6d098 100644 --- a/pulseview.qrc +++ b/pulseview.qrc @@ -14,7 +14,7 @@ icons/preferences-system.png icons/settings-views.svg icons/pulseview.png - icons/sigrok-logo-notext.svg + icons/pulseview.svg icons/status-green.svg icons/status-grey.svg icons/status-red.svg diff --git a/pv/dialogs/settings.cpp b/pv/dialogs/settings.cpp index c1833f0..b74264a 100644 --- a/pv/dialogs/settings.cpp +++ b/pv/dialogs/settings.cpp @@ -211,7 +211,7 @@ QWidget *Settings::get_about_page(QWidget *parent) const #endif QLabel *icon = new QLabel(); - icon->setPixmap(QPixmap(QString::fromUtf8(":/icons/sigrok-logo-notext.svg"))); + icon->setPixmap(QPixmap(QString::fromUtf8(":/icons/pulseview.svg"))); /* Setup the version field */ QLabel *version_info = new QLabel();