diff --git a/client-py3/full/src/UDSLauncherMac.py b/client-py3/full/src/UDSLauncherMac.py index ff7ffb8ba..cb6af6ba6 100644 --- a/client-py3/full/src/UDSLauncherMac.py +++ b/client-py3/full/src/UDSLauncherMac.py @@ -2,16 +2,13 @@ # Form implementation generated from reading ui file 'UDSLauncherMac.ui' # -# Created by: PyQt5 UI code generator 5.15.2 +# Created by: PyQt5 UI code generator 5.15.9 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. -# Note: This file is generated by pyuic5, but it is modified to use PySide6 instead of PyQt5 if possible -try: - from PySide6 import QtCore, QtGui, QtWidgets -except ImportError: - from PyQt5 import QtCore, QtGui, QtWidgets # type: ignore + +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MacLauncher(object): diff --git a/client-py3/full/src/UDSResources_rc.py b/client-py3/full/src/UDSResources_rc.py index e75b4ab9b..5f9c64066 100644 --- a/client-py3/full/src/UDSResources_rc.py +++ b/client-py3/full/src/UDSResources_rc.py @@ -2,15 +2,11 @@ # Resource object code # -# Created by: The Resource Compiler for PyQt5 (Qt v5.15.2) +# Created by: The Resource Compiler for PyQt5 (Qt v5.15.8) # # WARNING! All changes made in this file will be lost! -# Note: This file is generated by pyuic5, but it is modified to use PySide6 instead of PyQt5 if possible -try: - from PySide6 import QtCore -except ImportError: - from PyQt5 import QtCore # type: ignore +from PyQt5 import QtCore qt_resource_data = b"\ \x00\x00\x08\xed\ @@ -2471,9 +2467,9 @@ qt_resource_struct_v2 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x01\x81\xce\x8a\xaf\xd2\ +\x00\x00\x01\x87\x81\xc5\x85\xf0\ \x00\x00\x00\x34\x00\x00\x00\x00\x00\x01\x00\x00\x08\xf1\ -\x00\x00\x01\x81\xce\x8a\xaf\xd2\ +\x00\x00\x01\x87\x81\xc5\x85\xf0\ " qt_version = [int(v) for v in QtCore.qVersion().split('.')] diff --git a/client-py3/full/src/UDSWindow.py b/client-py3/full/src/UDSWindow.py index 332ae0e12..e5fa458bb 100644 --- a/client-py3/full/src/UDSWindow.py +++ b/client-py3/full/src/UDSWindow.py @@ -2,16 +2,13 @@ # Form implementation generated from reading ui file 'UDSWindow.ui' # -# Created by: PyQt5 UI code generator 5.15.2 +# Created by: PyQt5 UI code generator 5.15.9 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. -# Note: This file is generated by pyuic5, but it is modified to use PySide6 instead of PyQt5 if possible -try: - from PySide6 import QtCore, QtGui, QtWidgets -except ImportError: - from PyQt5 import QtCore, QtGui, QtWidgets # type: ignore + +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MainWindow(object):