Update icons.py

This commit is contained in:
jdegenstein
2023-10-10 13:54:55 -05:00
committed by GitHub
parent 1df1853a3f
commit 81d84f0d0d

View File

@@ -6,7 +6,7 @@ Created on Fri May 25 14:47:10 2018
@author: adam
"""
from PyQt5.QtGui import QIcon
from PySide6.QtGui import QIcon
from . import icons_res
_icons = {
@@ -56,4 +56,4 @@ def icon(name):
args,kwargs = _icons_specs[name]
return qta.icon(*args,**kwargs)
return qta.icon(*args,**kwargs)