This commit is contained in:
朱子楚\zhuzi
2024-03-31 10:59:15 +08:00
parent 6a5f9d04a9
commit 0ab7f811e3
27 changed files with 1040 additions and 161 deletions

View File

@ -47,6 +47,8 @@ private:
bool _containsCursorToItem(QQuickItem* item);
bool _hitAppBar();
bool _hitMaximizeButton();
void _setMaximizePressed(bool val);
void _setMaximizeHoverd(bool val);
private:
qint64 _current;
int _edges = 0;