解决移动按钮无法在主窗口中移动的问题
This commit is contained in:
parent
3e020719b0
commit
6f4e11d448
@ -10,6 +10,8 @@ FrameWindow::FrameWindow(QWidget * parent )
|
||||
init();
|
||||
initLay();
|
||||
initConnect();
|
||||
setWindowFlags(Qt::FramelessWindowHint); // 去掉边框
|
||||
setAttribute(Qt::WA_TranslucentBackground); // 背景透明
|
||||
}
|
||||
FrameWindow::~FrameWindow()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user