9 Star 111 Fork 48

光明顶魔教工程师 / linux_spy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dialog_comment.h 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef DIALOG_COMMENT_H
#define DIALOG_COMMENT_H
#include <QDialog>
namespace Ui {
class Dialog_comment;
}
class Dialog_comment : public QDialog
{
Q_OBJECT
public:
explicit Dialog_comment(QWidget *parent = nullptr);
~Dialog_comment();
QString comment;
private slots:
void on_pushButton_ok_clicked();
private:
Ui::Dialog_comment *ui;
};
#endif // DIALOG_COMMENT_H
C++
1
https://gitee.com/zhaojun_chao/linux_spy.git
git@gitee.com:zhaojun_chao/linux_spy.git
zhaojun_chao
linux_spy
linux_spy
linux_spy_hp

搜索帮助