外出测试
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user