from PyQt5.QtNetwork import (QTcpSocket,) MAC = True try: from PyQt5.QtGui import qt_mac_set_native_menubar except ImportError: MAC = False PORT = 9407 SIZEOF_UINT16 = 2 class BuildingServicesClient(QWidget): def __init__(self, parent=None): super(BuildingServicesClient, self).__in...
www.dbjr.com.cn/article/1632...htm 2025-6-5