新增websocket调试助手集成在nettool中

This commit is contained in:
feiyangqingyun
2021-01-24 16:05:06 +08:00
parent 4b5b38c8eb
commit 18e8325bcf
46 changed files with 1941 additions and 419 deletions

View File

@@ -15,11 +15,13 @@ public:
explicit frmMain(QWidget *parent = 0);
~frmMain();
private slots:
void on_tabWidget_currentChanged(int index);
private:
Ui::frmMain *ui;
private slots:
void initForm();
void initConfig();
void saveConfig();
};
#endif // FRMMAIN_H