更新代码

This commit is contained in:
feiyangqingyun
2024-04-10 11:44:44 +08:00
parent 1fd91f80d7
commit 63fc08f63d
2 changed files with 27 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,5 @@
#include "framelesswidget2.h"
#include "qapplication.h"
#include "qevent.h"
#include "qdebug.h"
@@ -7,7 +8,7 @@ FramelessWidget2::FramelessWidget2(QObject *parent) : QObject(parent)
padding = 8;
moveEnable = true;
resizeEnable = true;
widget = 0;
widget = NULL;
mousePressed = false;
mousePoint = QPoint(0, 0);