non-python host launch script uses qtpy

This commit is contained in:
Jakub Trllo 2022-12-21 13:53:16 +01:00
parent 5361cfa9a5
commit c45c1c7e7e

View file

@ -14,7 +14,7 @@ CURRENT_FILE = os.path.abspath(__file__)
def show_error_messagebox(title, message, detail_message=None):
"""Function will show message and process ends after closing it."""
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype import style
app = QtWidgets.QApplication([])