添加协议显示界面,添加指令传输和json
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "Index0.h"
|
||||
#include "ui_Index0.h"
|
||||
|
||||
|
||||
Index0::Index0(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::Index0)
|
||||
@@ -63,3 +64,4 @@ void Index0::on_pushButton_Map_clicked()
|
||||
{
|
||||
emit IndexChanged(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "LinkUI.h"
|
||||
#include "MapSettingUI.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class Index0;
|
||||
}
|
||||
@@ -43,5 +44,4 @@ private:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // INDEX0_H
|
||||
|
||||
Reference in New Issue
Block a user