外出测试

This commit is contained in:
hm
2020-08-04 17:19:40 +08:00
parent c7baf9ad3b
commit 753d2f5f1f
11 changed files with 55 additions and 34 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include "Scope.h"
#include "Scope.h"
#include "ui_Scope.h"
int Scope::ChannelIndex = 0;
@@ -28,7 +28,7 @@ Scope::Scope(QWidget *parent) :
chartView->setRenderHint(QPainter::Antialiasing);
chartView->chart()->legend()->setAlignment(Qt::AlignRight);
chartView->chart()->legend()->setMarkerShape(QLegend::MarkerShapeCircle);
chartView->chart()->setTheme(QChart::ChartThemeBlueCerulean);
chartView->chart()->setTheme(QChart::ChartThemeLight);
//chartView->setMouseTracking(true);
//chartView->setRubberBand(QChartView::RectangleRubberBand);