This commit is contained in:
zhuzichu
2023-08-18 19:17:45 +08:00
parent cb8b128598
commit 64728632c7
5 changed files with 32 additions and 10 deletions

View File

@ -122,8 +122,19 @@ public:
*/
Q_INVOKABLE QRect getVirtualGeometry();
/**
* @brief getApplicationDirPath
* @return
*/
Q_INVOKABLE QString getApplicationDirPath();
/**
* @brief getUrlByFilePath
* @param path
* @return
*/
Q_INVOKABLE QUrl getUrlByFilePath(const QString& path);
};