use qtpy in hiero host implementation

This commit is contained in:
Jakub Trllo 2022-12-16 17:49:28 +01:00
parent 5ab184586e
commit 18c0a7fb33
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
import logging
from scriptsmenu import scriptsmenu
from Qt import QtWidgets
from qtpy import QtWidgets
log = logging.getLogger(__name__)

View file

@ -15,7 +15,7 @@ import secrets
import shutil
import hiero
from Qt import QtWidgets, QtCore, QtXml
from qtpy import QtWidgets, QtCore, QtXml
from openpype.client import get_project
from openpype.settings import get_project_settings

View file

@ -43,7 +43,7 @@ def menu_install():
"""
from Qt import QtGui
from qtpy import QtGui
from . import (
publish, launch_workfiles_app, reload_config,
apply_colorspace_project, apply_colorspace_clips

View file

@ -5,7 +5,7 @@ from copy import deepcopy
import hiero
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
import qargparse
from openpype.settings import get_current_project_settings