mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use qtpy in hiero host implementation
This commit is contained in:
parent
5ab184586e
commit
18c0a7fb33
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from scriptsmenu import scriptsmenu
|
from scriptsmenu import scriptsmenu
|
||||||
from Qt import QtWidgets
|
from qtpy import QtWidgets
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import secrets
|
||||||
import shutil
|
import shutil
|
||||||
import hiero
|
import hiero
|
||||||
|
|
||||||
from Qt import QtWidgets, QtCore, QtXml
|
from qtpy import QtWidgets, QtCore, QtXml
|
||||||
|
|
||||||
from openpype.client import get_project
|
from openpype.client import get_project
|
||||||
from openpype.settings import get_project_settings
|
from openpype.settings import get_project_settings
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ def menu_install():
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from Qt import QtGui
|
from qtpy import QtGui
|
||||||
from . import (
|
from . import (
|
||||||
publish, launch_workfiles_app, reload_config,
|
publish, launch_workfiles_app, reload_config,
|
||||||
apply_colorspace_project, apply_colorspace_clips
|
apply_colorspace_project, apply_colorspace_clips
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ from copy import deepcopy
|
||||||
|
|
||||||
import hiero
|
import hiero
|
||||||
|
|
||||||
from Qt import QtWidgets, QtCore
|
from qtpy import QtWidgets, QtCore
|
||||||
import qargparse
|
import qargparse
|
||||||
|
|
||||||
from openpype.settings import get_current_project_settings
|
from openpype.settings import get_current_project_settings
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import tempfile
|
||||||
from pprint import pformat
|
from pprint import pformat
|
||||||
|
|
||||||
import pyblish.api
|
import pyblish.api
|
||||||
from Qt.QtGui import QPixmap
|
from qtpy.QtGui import QPixmap
|
||||||
|
|
||||||
import hiero.ui
|
import hiero.ui
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue