프로그래밍/Qt

윈도우 타이틀바 제거

Dev-Drake 2019. 6. 11. 13:16
반응형

this->setWindowFlags(Qt::FramelessWindowHint);

 

반응형