Browse Source

import qstylefactory

master
Nils 4 years ago
parent
commit
154f51835d
  1. 2
      template/start.py

2
template/start.py

@ -73,7 +73,7 @@ Nuitka complies that in, when make is finished we delete it.
import sys import sys
import os import os
import os.path import os.path
from PyQt5.QtWidgets import QApplication from PyQt5.QtWidgets import QApplication, QStyleFactory
from PyQt5 import QtGui from PyQt5 import QtGui
logger.info(f"Python Version {sys.version}") logger.info(f"Python Version {sys.version}")

Loading…
Cancel
Save