def __init__(self, parent = None):
QMainWindow.__init__(self, parent)
主窗口MainWindow派生自QMainWindow,使用setWindowFlags方法。
self.setWindowFlags(QtCore.Qt.CustomizeWindowHint)
def __init__(self, parent = None):
QMainWindow.__init__(self, parent)
主窗口MainWindow派生自QMainWindow,使用setWindowFlags方法。
self.setWindowFlags(QtCore.Qt.CustomizeWindowHint)
本文标题:PyQt5去除标题栏titlebar
本文链接:https://www.haomeiwen.com/subject/cicehqtx.html
网友评论