use qtpy in scene inventory

This commit is contained in:
Jakub Trllo 2022-12-21 13:49:00 +01:00
parent 0b5b7f5775
commit e6a7de5133
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
import os
from openpype_modules import sync_server
from Qt import QtGui
from qtpy import QtGui
def walk_hierarchy(node):

View file

@ -3,7 +3,7 @@ import logging
from collections import defaultdict
from Qt import QtCore, QtGui
from qtpy import QtCore, QtGui
import qtawesome
from openpype.host import ILoadHost

View file

@ -1,6 +1,6 @@
import collections
import logging
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
import qtawesome
from bson.objectid import ObjectId

View file

@ -2,7 +2,7 @@ import collections
import logging
from functools import partial
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
import qtawesome
from bson.objectid import ObjectId

View file

@ -1,4 +1,4 @@
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype import style

View file

@ -1,7 +1,7 @@
import os
import sys
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
import qtawesome
from openpype import style