From 154f51835dc3885b5a3e53e58345682c3e868ffb Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 19 Jul 2020 13:40:28 +0200 Subject: [PATCH] import qstylefactory --- template/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/start.py b/template/start.py index cb8a9c3..ae99ce4 100644 --- a/template/start.py +++ b/template/start.py @@ -73,7 +73,7 @@ Nuitka complies that in, when make is finished we delete it. import sys import os import os.path -from PyQt5.QtWidgets import QApplication +from PyQt5.QtWidgets import QApplication, QStyleFactory from PyQt5 import QtGui logger.info(f"Python Version {sys.version}")