try:
    from PySide6.QtWidgets import *
except ImportError:
    from PySide2.QtWidgets import *