更新代码

This commit is contained in:
feiyangqingyun
2022-01-14 19:14:33 +08:00
parent 36b4a3e011
commit eb2d6a351d
4 changed files with 44 additions and 7 deletions

View File

@@ -94,6 +94,8 @@ public:
static IconHelper *iconFontAliBaBa;
//FontAwesome图形字体类
static IconHelper *iconFontAwesome;
//FontAwesome6图形字体类
static IconHelper *iconFontAwesome6;
//天气图形字体类
static IconHelper *iconFontWeather;
//图形字体索引
@@ -105,6 +107,7 @@ public:
//获取图形字体
static QFont getIconFontAliBaBa();
static QFont getIconFontAwesome();
static QFont getIconFontAwesome6();
static QFont getIconFontWeather();
//根据值获取图形字体类