新增窗口
This commit is contained in:
23
kernelinformationdialog.h
Normal file
23
kernelinformationdialog.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef KERNELINFORMATIONDIALOG_H
|
||||
#define KERNELINFORMATIONDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QJsonObject>
|
||||
|
||||
namespace Ui {
|
||||
class KernelInformationDialog;
|
||||
}
|
||||
|
||||
class KernelInformationDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit KernelInformationDialog(QJsonObject data, QWidget *parent = nullptr);
|
||||
~KernelInformationDialog();
|
||||
|
||||
private:
|
||||
Ui::KernelInformationDialog *ui;
|
||||
};
|
||||
|
||||
#endif // KERNELINFORMATIONDIALOG_H
|
||||
Reference in New Issue
Block a user