forked from qt-creator/qt-creator
Core: HighDPI-aware Qt Creator logo
This change makes sure that the usage of Qt Creator logo is HigDPI aware. We use qrc file name aliases to be able to use the "@2x" mechanism. Change-Id: I8dbb77b6cd9a3b6ab4530b84c18e0f83a662d710 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -147,7 +147,7 @@ MainWindow::MainWindow() :
|
||||
|
||||
setWindowTitle(tr("Qt Creator"));
|
||||
if (HostOsInfo::isLinuxHost())
|
||||
QApplication::setWindowIcon(Icons::QTLOGO_128.icon());
|
||||
QApplication::setWindowIcon(Icons::QTCREATORLOGO_BIG.icon());
|
||||
QCoreApplication::setApplicationName(QLatin1String("QtCreator"));
|
||||
QCoreApplication::setApplicationVersion(QLatin1String(Constants::IDE_VERSION_LONG));
|
||||
QCoreApplication::setOrganizationName(QLatin1String(Constants::IDE_SETTINGSVARIANT_STR));
|
||||
|
||||
Reference in New Issue
Block a user