添加无边框属性
This commit is contained in:
parent
5e373c27db
commit
c0268f7003
|
@ -374,6 +374,7 @@ void powerwindow::showByWaylandHelper()
|
|||
|
||||
void powerwindow::set_window_position()
|
||||
{
|
||||
this->setWindowFlag(Qt::FramelessWindowHint);
|
||||
kdk::UkuiStyleHelper::self()->removeHeader(this);
|
||||
this->show();
|
||||
QRect rect;
|
||||
|
|
Loading…
Reference in New Issue