mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
non-python host launch script uses qtpy
This commit is contained in:
parent
5361cfa9a5
commit
c45c1c7e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue