This commit is contained in:
zhuzichu
2023-08-10 16:08:27 +08:00
parent 3c349da98f
commit 312aebae73
16 changed files with 484 additions and 102 deletions

View File

@ -90,6 +90,12 @@ public:
*/
Q_INVOKABLE void restoreOverrideCursor();
/**
* @brief html2PlantText 将html转换成纯文本
* @param html
*/
Q_INVOKABLE QString html2PlantText(const QString& html);
/**
* @brief toLocalPath 获取文件路径可以去掉windows系统下的file:///macos下的file://
* @param url