mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
tray is using qtpy instead of Qt
This commit is contained in:
parent
8a40489d28
commit
c8872b9b6e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue