PyQt5 - 窗體透明度+窗體背景透明

MainWindow.setWindowOpacity(0.85) # 設置窗口透明度 MainWindow.setAttribute(QtCore.Qt.WA_TranslucentBackground) # 設置窗口背景透明
相關文章
相關標籤/搜索