app: add LibreVNA logo and use it as icon launcher

Now it's possible to identify LibreVNA with a logo. This logo would be
visible as an icon when app is launched.

A banner containing same logo has been added to README. Also,
a desktop launcher file is created to be used in GNU/Linux environments
enabling in this way the ability to add as favorite.

Closes #57
This commit is contained in:
Kiara Navarro 2021-11-06 21:35:18 -03:00
parent 8972af3f53
commit f3083d7069
No known key found for this signature in database
GPG key ID: CDEFDCA3F6E04955
7 changed files with 20 additions and 2 deletions

View file

@ -78,6 +78,8 @@ AppWindow::AppWindow(QWidget *parent)
// qDebug().setVerbosity(0);
qDebug() << "Application start";
this->setWindowIcon(QIcon(":/app/logo.png"));
parser.setApplicationDescription(qlibrevnaApp->applicationName());
parser.addHelpOption();
parser.addVersionOption();