From 31a78ae551b781eccc47546a2f6d4bf121af24cf Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 2 Aug 2018 17:44:37 +0200 Subject: started style editor --- src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 412f15f..1fcefc0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,10 +28,16 @@ #include #include +// #ifdef Q_OS_WIN +// #include +// #endif int main(int argc, char *argv[]) { + // #ifdef Q_OS_WIN + // SetProcessDPIAware(); + // #endif QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); //QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling); -- cgit v1.2.3