mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
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:
parent
8972af3f53
commit
f3083d7069
7 changed files with 20 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue