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

MainWindow.setWindowOpacity(0.85) # 设置窗口透明度 MainWindow.setAttribute(QtCore.Qt.WA_TranslucentBackground) # 设置窗口背景透明
相关文章
相关标签/搜索