摘要:
qt一个在线程管理的串口 #include <QObject> #include <QSerialPort> #include <QSerialPortInfo> #include <QDebug> #include <QFile> #include <QTextStream> #include < 阅读全文
摘要:
写一个在x线程中管理的tcp #include <QThread> #include <QTcpSocket> #include <QObject> #include <QNetworkProxy> class TcpSocketController : public QTcpSocket { Q_ 阅读全文