this->setWindowFlags
(Qt::FramelessWindowHint | Qt::Tool | Qt::WindowStaysOnTopHint);
// 去掉标题栏,去掉任务栏显示,窗口置顶
翻译成pyqt
window.setWindowFlags
(Qt.Qt.FramelessWindowHint|Qt.Qt.WindowStaysOnTopHint|Qt.Qt.Tool)
power by 弗兰克万岁 2897994820@qq.com
this->setWindowFlags
(Qt::FramelessWindowHint | Qt::Tool | Qt::WindowStaysOnTopHint);
// 去掉标题栏,去掉任务栏显示,窗口置顶
翻译成pyqt
window.setWindowFlags
(Qt.Qt.FramelessWindowHint|Qt.Qt.WindowStaysOnTopHint|Qt.Qt.Tool)
power by 弗兰克万岁 2897994820@qq.com