App does not work with Qt::AA_EnableHighDpiScaling flags enabled on

Windows platform since Qt 5.13.X
This commit is contained in:
Laurent Trinques
2019-12-14 12:10:11 +01:00
parent e618539ddb
commit fb8f86f7f1

View File

@@ -35,13 +35,7 @@ int main(int argc, char **argv)
QCoreApplication::setOrganizationDomain("qelectrotech.org");
QCoreApplication::setApplicationName("QElectroTech");
//Creation and execution of the application
//HighDPI
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
#else
qputenv("QT_DEVICE_PIXEL_RATIO", QByteArray("auto"));
#endif
SingleApplication app(argc, argv, true);
#ifdef Q_OS_MACOS
//Handle the opening of QET when user double click on a .qet .elmt .tbt file