enable AA_UseHighDpiPixmaps (#1446)
enables AA_UseHighDpiPixmaps for less pixeled icons on 4K displays
This commit is contained in:
parent
15160f1691
commit
ae657d49e8
|
@ -44,6 +44,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
#endif
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
|
Loading…
Reference in New Issue