refactor qt wrappers

This commit is contained in:
jkennedyvz 2022-05-22 18:14:33 -07:00
parent 8aadbfef4a
commit a861812f18
9 changed files with 29 additions and 30 deletions

View file

@ -1,6 +1,6 @@
from PyQt5.QtCore import *
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from PySide6.QtCore import *
from PySide6.QtGui import *
from PySide6.QtWidgets import *
class QIconDB():