更新代码

This commit is contained in:
feiyangqingyun
2022-11-01 14:28:42 +08:00
parent da26b689e4
commit 2ce7ba59df
17 changed files with 230 additions and 228 deletions

View File

@@ -2,6 +2,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11
#lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
DEFINES += qcustomplot
#引入平滑曲线类
HEADERS += $$PWD/smoothcurve.h
SOURCES += $$PWD/smoothcurve.cpp