use qtpy in mayalookassigner

This commit is contained in:
Jakub Trllo 2022-12-21 13:51:57 +01:00
parent 678f6c6c28
commit 9f616c2bcb
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import sys
import time
import logging
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype.client import get_last_version_by_subset_id
from openpype import style

View file

@ -1,6 +1,6 @@
from collections import defaultdict
from Qt import QtCore
from qtpy import QtCore
import qtawesome
from openpype.tools.utils import models

View file

@ -1,4 +1,4 @@
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
class View(QtWidgets.QTreeView):

View file

@ -1,7 +1,7 @@
import logging
from collections import defaultdict
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype.tools.utils.models import TreeModel
from openpype.tools.utils.lib import (