tray is using qtpy instead of Qt

This commit is contained in:
Jakub Trllo 2022-12-13 15:18:21 +01:00
parent 8a40489d28
commit c8872b9b6e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import os
import json
import collections
from Qt import QtCore, QtGui, QtWidgets
from qtpy import QtCore, QtGui, QtWidgets
from openpype import style
from openpype import resources

View file

@ -6,7 +6,7 @@ import subprocess
import platform
from Qt import QtCore, QtGui, QtWidgets
from qtpy import QtCore, QtGui, QtWidgets
import openpype.version
from openpype import resources, style