use qtpy in helper widgets

This commit is contained in:
Jakub Trllo 2022-12-21 13:53:30 +01:00
parent c45c1c7e7e
commit ab2299f921
10 changed files with 12 additions and 13 deletions

View file

@ -1,5 +1,5 @@
from math import floor, sqrt, ceil
from Qt import QtWidgets, QtCore, QtGui
from qtpy import QtWidgets, QtCore, QtGui
from openpype.style import get_objected_colors