use qtpy module in igniter instead of Qt.py

This commit is contained in:
Jakub Trllo 2022-12-16 17:03:19 +01:00
parent d3753fef31
commit d585450f99
8 changed files with 20 additions and 21 deletions

View file

@ -1,4 +1,4 @@
from Qt import QtWidgets, QtGui
from qtpy import QtWidgets, QtGui
from .tools import (
load_stylesheet,