更新代码

This commit is contained in:
feiyangqingyun
2022-06-23 11:00:06 +08:00
parent 7cfbb51e3e
commit f625f1d55b
30 changed files with 35 additions and 12 deletions

18
ui/core_base/appdata.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef APPDATA_H
#define APPDATA_H
#include "head.h"
class AppData
{
public:
static QString TitleFlag; //标题标识
static int RowHeight; //行高
static int RightWidth; //右侧宽度
static int FormWidth; //窗体宽度
static int FormHeight; //窗体高度
static void checkRatio(); //校验分辨率
};
#endif // APPDATA_H