From 0c053cfa8e29a1911ff4e4dfdcb144247b11a539 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Mon, 16 Nov 2020 03:45:43 +0200 Subject: [PATCH] - added an attribute for Qt to display de images in high quality --- FlatCAM.py | 1 + 1 file changed, 1 insertion(+) diff --git a/FlatCAM.py b/FlatCAM.py index 41868e03..3b5d2bdd 100644 --- a/FlatCAM.py +++ b/FlatCAM.py @@ -83,6 +83,7 @@ if __name__ == '__main__': QtWidgets.QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, False) app = QtWidgets.QApplication(sys.argv) + app.setAttribute(Qt.AA_UseHighDpiPixmaps) # apply style settings = QSettings("Open Source", "FlatCAM")