This commit is contained in:
朱子楚\zhuzi
2023-08-17 23:03:00 +08:00
parent b47f2d12ad
commit 1e9bd0fd05
6 changed files with 42 additions and 5 deletions

View File

@ -115,3 +115,7 @@ QString FluTools::html2PlantText(const QString& html){
QRect FluTools::getVirtualGeometry(){
return qApp->primaryScreen()->virtualGeometry();
}
QString FluTools::getApplicationDirPath(){
return qApp->applicationDirPath();
}