This commit is contained in:
朱子楚\zhuzi
2023-12-29 23:09:46 +08:00
parent 42f0987e73
commit 6221eb4178
8 changed files with 141 additions and 56 deletions

View File

@ -51,7 +51,9 @@ public:
Q_INVOKABLE QPoint cursorPos();
Q_INVOKABLE QIcon windowIcon();
Q_INVOKABLE int cursorScreenIndex();
Q_INVOKABLE int windowBuildNumber();
Q_INVOKABLE bool isWindows11OrGreater();
Q_INVOKABLE bool isWindows10OrGreater();
};
#endif // FLUTOOLS_H