├── README.txt ├── SerialDebuger_QCustomPlot.pro ├── SerialDebuger_QCustomPlot.pro.user ├── axis_64px_1200251_easyicon.net.ico ├── chart_curve_32px_506507_easyicon.net.ico ├── datafilter.cpp ├── datafilter.h ├── debug_32px_1103189_easyicon.net.ico ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── mycombobox.cpp ├── mycombobox.h ├── pic.qrc ├── pic ├── ssCircle.png ├── ssCross.png ├── ssCrossCircle.png ├── ssCrossSquare.png ├── ssDiamond.png ├── ssDisc.png ├── ssNone.png ├── ssPeace.png ├── ssPlus.png ├── ssPlusCircle.png ├── ssPlusSquare.png ├── ssSquare.png ├── ssStar.png ├── ssTriangle.png └── ssTriangleInverted.png ├── plot.cpp ├── plot.h ├── plot.ui ├── qcustomplot.cpp ├── qcustomplot.h ├── res.qrc └── 测试帧.txt /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/README.txt -------------------------------------------------------------------------------- /SerialDebuger_QCustomPlot.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/SerialDebuger_QCustomPlot.pro -------------------------------------------------------------------------------- /SerialDebuger_QCustomPlot.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/SerialDebuger_QCustomPlot.pro.user -------------------------------------------------------------------------------- /axis_64px_1200251_easyicon.net.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/axis_64px_1200251_easyicon.net.ico -------------------------------------------------------------------------------- /chart_curve_32px_506507_easyicon.net.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/chart_curve_32px_506507_easyicon.net.ico -------------------------------------------------------------------------------- /datafilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/datafilter.cpp -------------------------------------------------------------------------------- /datafilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/datafilter.h -------------------------------------------------------------------------------- /debug_32px_1103189_easyicon.net.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/debug_32px_1103189_easyicon.net.ico -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /mycombobox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/mycombobox.cpp -------------------------------------------------------------------------------- /mycombobox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/mycombobox.h -------------------------------------------------------------------------------- /pic.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /pic/ssCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssCircle.png -------------------------------------------------------------------------------- /pic/ssCross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssCross.png -------------------------------------------------------------------------------- /pic/ssCrossCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssCrossCircle.png -------------------------------------------------------------------------------- /pic/ssCrossSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssCrossSquare.png -------------------------------------------------------------------------------- /pic/ssDiamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssDiamond.png -------------------------------------------------------------------------------- /pic/ssDisc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssDisc.png -------------------------------------------------------------------------------- /pic/ssNone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssNone.png -------------------------------------------------------------------------------- /pic/ssPeace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssPeace.png -------------------------------------------------------------------------------- /pic/ssPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssPlus.png -------------------------------------------------------------------------------- /pic/ssPlusCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssPlusCircle.png -------------------------------------------------------------------------------- /pic/ssPlusSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssPlusSquare.png -------------------------------------------------------------------------------- /pic/ssSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssSquare.png -------------------------------------------------------------------------------- /pic/ssStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssStar.png -------------------------------------------------------------------------------- /pic/ssTriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssTriangle.png -------------------------------------------------------------------------------- /pic/ssTriangleInverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/pic/ssTriangleInverted.png -------------------------------------------------------------------------------- /plot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/plot.cpp -------------------------------------------------------------------------------- /plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/plot.h -------------------------------------------------------------------------------- /plot.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/plot.ui -------------------------------------------------------------------------------- /qcustomplot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/qcustomplot.cpp -------------------------------------------------------------------------------- /qcustomplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/qcustomplot.h -------------------------------------------------------------------------------- /res.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/res.qrc -------------------------------------------------------------------------------- /测试帧.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhiliangMa/Qt_SerialPlot/HEAD/测试帧.txt --------------------------------------------------------------------------------