1 Star 11 Fork 12

guanglun/WINUSB_PC_Test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainwindow.h 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
guanglun 提交于 2019-12-22 23:03 . 初始化
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
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();
};
#endif // MAINWINDOW_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guanglunking/WINUSB_PC_Test.git
git@gitee.com:guanglunking/WINUSB_PC_Test.git
guanglunking
WINUSB_PC_Test
WINUSB_PC_Test
master

搜索帮助