2 Star 5 Fork 5

AvenirTech 未来科技/MyPostman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
addnew.h 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
吉法师 提交于 2020-06-19 23:16 . 修改用户列表无法刷新的问题
#ifndef ADDNEW_H
#define ADDNEW_H
#include <QMainWindow>
namespace Ui {
class AddNew;
}
class MyPostman;
class AddNew : public QMainWindow
{
Q_OBJECT
public:
explicit AddNew(MyPostman* myPostMan,QWidget *parent = nullptr);
~AddNew();
private slots:
void on_btn_confirm_clicked();
void on_btn_return_clicked();
private:
Ui::AddNew *ui;
MyPostman* _myPostMan {Q_NULLPTR};
};
#endif // ADDNEW_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/onlyyyy/MyPostman.git
git@gitee.com:onlyyyy/MyPostman.git
onlyyyy
MyPostman
MyPostman
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385