添加协议显示界面,添加指令传输和json
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#ifndef TOOLS_INDEX1_H
|
||||
#define TOOLS_INDEX1_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "QFile"
|
||||
#include "QTextStream"
|
||||
#include "QDebug"
|
||||
|
||||
namespace Ui {
|
||||
class Tools_Index1;
|
||||
}
|
||||
|
||||
class Tools_Index1 : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Tools_Index1(QWidget *parent = nullptr);
|
||||
~Tools_Index1();
|
||||
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
|
||||
private:
|
||||
Ui::Tools_Index1 *ui;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // INDEX1_H
|
||||
Reference in New Issue
Block a user