You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
415 B

#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