use qtpy in creator

This commit is contained in:
Jakub Trllo 2022-12-21 13:52:08 +01:00
parent 9f616c2bcb
commit e9ca36dcfb
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
from Qt import QtCore
from qtpy import QtCore
FAMILY_ROLE = QtCore.Qt.UserRole + 1

View file

@ -1,5 +1,5 @@
import uuid
from Qt import QtGui, QtCore
from qtpy import QtGui, QtCore
from openpype.pipeline import discover_legacy_creator_plugins

View file

@ -1,7 +1,7 @@
import re
import inspect
from Qt import QtWidgets, QtCore, QtGui
from qtpy import QtWidgets, QtCore, QtGui
import qtawesome

View file

@ -2,7 +2,7 @@ import sys
import traceback
import re
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype.client import get_asset_by_name, get_subsets
from openpype import style