2 Star 2 Fork 1

小灵猫/PzAssistantor_old

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
inspectghostssubdialog.h 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
小灵猫 提交于 2014-05-26 10:08 . 添加遗漏的文件
#ifndef INSPECTGHOSTSSUBDIALOG_H
#define INSPECTGHOSTSSUBDIALOG_H
#include <QDialog>
namespace Ui {
class InspectGhostSSubDialog;
}
class InspectGhostSSubDialog : public QDialog
{
Q_OBJECT
public:
explicit InspectGhostSSubDialog(QWidget *parent = 0);
~InspectGhostSSubDialog();
private slots:
void on_btnInspect_clicked();
void on_btnClearInExtra_clicked();
private:
Ui::InspectGhostSSubDialog *ui;
};
#endif // INSPECTGHOSTSSUBDIALOG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ssc/PzAssistantor_old.git
[email protected]:ssc/PzAssistantor_old.git
ssc
PzAssistantor_old
PzAssistantor_old
master

搜索帮助