2025-03-06T17:31:54

This commit is contained in:
yuntang 2025-03-06 17:31:55 +08:00
parent 0188eb784e
commit c445ee422a
23 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.11.1, 2025-03-05T17:36:00. -->
<!-- Written by QtCreator 4.11.1, 2025-03-06T16:19:26. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

BIN
src/Debug/centralwidget.obj Normal file

Binary file not shown.

BIN
src/Debug/dataparser.obj Normal file

Binary file not shown.

BIN
src/Debug/main.obj Normal file

Binary file not shown.

BIN
src/Debug/mainwidget.obj Normal file

Binary file not shown.

BIN
src/Debug/mainwindow.obj Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/Debug/qcustomplot.obj Normal file

Binary file not shown.

Binary file not shown.

BIN
src/Debug/serialport.obj Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,12 +2,17 @@
#define CENTRALWIDGET_H
#include <QWidget>
#include "qcustomplot.h"
class CentralWidget:public QWidget
{
Q_OBJECT
public:
CentralWidget(QWidget *parent = nullptr);
protected:
void timerEvent(QTimerEvent* event);
private:
QCustomPlot *_customPlot;
};
#endif // CENTRALWIDGET_H

Binary file not shown.