This commit is contained in:
朱子楚\zhuzi
2024-03-29 00:48:58 +08:00
parent 41cbeef3fd
commit b7fde5f79c
12 changed files with 40 additions and 13 deletions

View File

@ -47,9 +47,8 @@ private:
bool _containsCursorToItem(QQuickItem* item);
bool _hitAppBar();
bool _hitMaximizeButton();
qint64 _current;
private:
qint64 _current;
int _edges = 0;
int _margins = 8;
QList<QPointer<QQuickItem>> _hitTestList;