1 Star 0 Fork 0

Jingling / vvave

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
JAppControl.h 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
jingos 提交于 2021-11-19 17:48 . JingOS V1.1.0
/*
* Copyright (C) 2021 Beijing Jingling Information System Technology Co., Ltd. All rights reserved.
*
* Authors:
* Yu Jiashu <yujiashu@jingos.com>
*
*/
#ifndef JAPPCONTROL_H
#define JAPPCONTROL_H
#include <japplicationqt.h>
#include <QObject>
class JAppControl : public QObject
{
Q_OBJECT
public:
explicit JAppControl(QObject *parent = nullptr);
Q_INVOKABLE void setAppstatus(bool flag);
private:
JApplicationQt m_Japp;
};
#endif // JAPPCONTROL_H
C++
1
https://gitee.com/jingos/vvave.git
git@gitee.com:jingos/vvave.git
jingos
vvave
vvave
master

搜索帮助