1 Star 0 Fork 0

shenmo / omu-requ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
widget.h 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
shenmo 提交于 2021-10-02 17:38 . 新文件: main.cpp
#ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <QSettings>
#include <QDesktopWidget>
#include <QApplication>
#include <requ.h>
#include <QStandardPaths>
class Widget : public QWidget
{
Q_OBJECT
public:
explicit Widget(QWidget *parent = nullptr);
private:
QSettings *qaq;
requ *TopLeft=new requ;
requ *TopRight=new requ;
requ *LowerLeft=new requ;
requ *LowerRight=new requ;
signals:
public slots:
};
#endif // WIDGET_H
C++
1
https://gitee.com/shenmo7192/omu-requ.git
git@gitee.com:shenmo7192/omu-requ.git
shenmo7192
omu-requ
omu-requ
master

搜索帮助