1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

updating macos builder

This commit is contained in:
Adolfo Gómez García 2023-05-24 01:55:18 +02:00
parent 64f4f82540
commit 88c7928408
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
3 changed files with 10 additions and 20 deletions

View File

@ -2,16 +2,13 @@
# Form implementation generated from reading ui file 'UDSLauncherMac.ui' # 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 # 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. # 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 PyQt5 import QtCore, QtGui, QtWidgets
from PySide6 import QtCore, QtGui, QtWidgets
except ImportError:
from PyQt5 import QtCore, QtGui, QtWidgets # type: ignore
class Ui_MacLauncher(object): class Ui_MacLauncher(object):

View File

@ -2,15 +2,11 @@
# Resource object code # 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! # 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 from PyQt5 import QtCore
try:
from PySide6 import QtCore
except ImportError:
from PyQt5 import QtCore # type: ignore
qt_resource_data = b"\ qt_resource_data = b"\
\x00\x00\x08\xed\ \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\x02\x00\x00\x00\x02\x00\x00\x00\x02\
\x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\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\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('.')] qt_version = [int(v) for v in QtCore.qVersion().split('.')]

View File

@ -2,16 +2,13 @@
# Form implementation generated from reading ui file 'UDSWindow.ui' # 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 # 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. # 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 PyQt5 import QtCore, QtGui, QtWidgets
from PySide6 import QtCore, QtGui, QtWidgets
except ImportError:
from PyQt5 import QtCore, QtGui, QtWidgets # type: ignore
class Ui_MainWindow(object): class Ui_MainWindow(object):