1 Star 0 Fork 0

shenmo / omu-requ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
requ.h 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
shenmo 提交于 2021-10-02 17:38 . 新文件: main.cpp
#ifndef REQU_H
#define REQU_H
#include <QWidget>
#include <QEvent>
#include <QTimer>
#include <QCoreApplication>
class requ : public QWidget
{
Q_OBJECT
public:
explicit requ(QWidget *parent = nullptr);
void setShell(QString t);
private:
QTimer *Timer=new QTimer;
QString shell;
signals:
protected:
bool eventFilter(QObject *obj, QEvent *event);
public slots:
void runShell();
};
#endif // REQU_H
C++
1
https://gitee.com/shenmo7192/omu-requ.git
git@gitee.com:shenmo7192/omu-requ.git
shenmo7192
omu-requ
omu-requ
master

搜索帮助