You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files built using pyside2-uic 5.15.2 are not handled by qt.py --convert as the PySide2 imports are in the format from Pyside2.QtCore import * rather than the supported from Pyside2 import QtCore
## Created by: Qt User Interface Compiler version 5.15.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
from PySide2.QtCore import *
from PySide2.QtGui import *
from PySide2.QtWidgets import *
The text was updated successfully, but these errors were encountered:
Files built using pyside2-uic 5.15.2 are not handled by qt.py --convert as the PySide2 imports are in the format
from Pyside2.QtCore import *
rather than the supportedfrom Pyside2 import QtCore
The text was updated successfully, but these errors were encountered: