Qt 如何去除标题栏和边框

2025-03-13 01:09:20
推荐回答(1个)
回答1:

设置windows的flag就可以了

    this->setWindowFlags(this->windowFlags() | Qt::FramelessWindowHint);