new by zz

This commit is contained in:
2021-11-03 09:39:17 +08:00
parent e75bc37b57
commit 617a16002f
9 changed files with 375 additions and 35 deletions

9
source/pch.h Normal file
View File

@ -0,0 +1,9 @@
#pragma once
#include <iostream>
#include <QtCore/QCoreApplication>
#include <QString>
#include <QDebug>
#include <QtSerialPort/QSerialPort>
#include <QtSerialPort/QSerialPortInfo>
#include <QDir>
#include <QObject>