尝试写qt模拟器

This commit is contained in:
2026-02-25 21:15:54 +08:00
parent 5d8b3f7bdb
commit 000ab4748e
1328 changed files with 645895 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef WORKTHREAD_H
#define WORKTHREAD_H
#include <QThread>
#include "hal_drive.h"
class workthread : public QThread
{
public:
workthread();
void run();
signals:
};
#endif // WORKTHREAD_H