5 Star 17 Fork 18

sj0830 / qt_project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
myapp.h 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
sj0830 提交于 2020-02-18 23:34 . 首次提交,建立基础开发版本;
#ifndef MYAPP_H
#define MYAPP_H
class QString;
class myApp
{
public:
static QString AppPath; //应用程序路径
static int DeskWidth; //桌面可用宽度
static int DeskHeight; //桌面可用高度
static QString AppTitle; //界面标题
static QString NVRType; //硬盘录像机厂家
static QString IPCType; //网络摄像机厂家
static QString AppStyle; //界面样式
static int VideoDelayTime; //视频加载响应延时时间
static bool UseVideoOffLineCheck; //视频断线检测
static int VideoOffLineCheckInterval; //视频断线检测间隔
static int RtspType; //码流类型
static bool AutoRun; //开机自动运行
static bool AutoPoll; //自动轮询
static int PollType; //轮询画面数
static int PollInterval; //轮询间隔
static int PollSleep; //轮询延时
static QString RtspAddr16; //16个通道对应rtsp地址
static QString VideoType; //当前画面展示类型
static QString LastConfig; //软件最后配置信息
static void ReadConfig(); //读取配置文件
static void WriteConfig(); //写入配置文件
};
#endif // MYAPP_H
C/C++
1
https://gitee.com/sjsun/qt_project.git
git@gitee.com:sjsun/qt_project.git
sjsun
qt_project
qt_project
master

搜索帮助