1 Star 1 Fork 0

仓葵与暮/os-project-2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readyinfodialog.h 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
仓葵与暮 提交于 2021-09-17 19:54 . 初始化
/* ****************************************************************************
* Central South University, CSU
* @Author csu_cangkui
* Version 1.2.4
* 2020/12/07
* ****************************************************************************
* readyinfodialog
* 展示进程信息
* ****************************************************************************
*/
#ifndef READYINFODIALOG_H
#define READYINFODIALOG_H
#include <QDialog>
#include "sprocess.h"
namespace Ui {
class ReadyInfoDialog;
}
class ReadyInfoDialog : public QDialog
{
Q_OBJECT
public:
explicit ReadyInfoDialog(QWidget *parent = 0);
~ReadyInfoDialog();
void setAll(SProcess *procs);//初始化,填入必要的进程信息
private:
Ui::ReadyInfoDialog *ui;
};
#endif // READYINFODIALOG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fortherepublic-cpp/os-project-2.git
git@gitee.com:fortherepublic-cpp/os-project-2.git
fortherepublic-cpp
os-project-2
os-project-2
master

搜索帮助