Ai
1 Star 2 Fork 5

觉皇/WINUSB_PC_Test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.h 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
觉皇 提交于 2023-06-04 21:26 +08:00 . 首次提交
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "textcodec.h"
#include <QTextCodec>
#include <QDebug>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = nullptr);
~MainWindow();
private:
Ui::MainWindow *ui;
private slots:
void usbRecvSlot(unsigned char *buf,int len);
void disconnectSlot(void);
void on_pb_open_clicked();
void on_pb_send_clicked();
void on_chkBoxHexSend_toggled(bool checked);
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/jhembed/WINUSB_PC_Test.git
git@gitee.com:jhembed/WINUSB_PC_Test.git
jhembed
WINUSB_PC_Test
WINUSB_PC_Test
main

搜索帮助