添加航点切换
This commit is contained in:
@@ -102,6 +102,11 @@ PowerSystem::PowerSystem(QWidget *parent) :
|
||||
cmdList.insert(0xea,"加力点火快速阀");
|
||||
|
||||
|
||||
ScopeRPM = new QtCharts::QChart();
|
||||
ScopeTemp = new QtCharts::QChart();
|
||||
ScopeAlt = new QtCharts::QChart();
|
||||
ScopeMa = new QtCharts::QChart();
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -112,12 +117,13 @@ PowerSystem::~PowerSystem()
|
||||
|
||||
void PowerSystem::resizeEvent(QResizeEvent *event)
|
||||
{
|
||||
/*
|
||||
/*
|
||||
ScopeRPM->setGeometry(0,0,ui->frame_scope->width(),ui->frame_scope->height()/4);
|
||||
ScopeTemp->setGeometry(0,ui->frame_scope->height()/4,ui->frame_scope->width(),ui->frame_scope->height()/4);
|
||||
ScopeAlt->setGeometry(0,ui->frame_scope->height()/2,ui->frame_scope->width(),ui->frame_scope->height()/4);
|
||||
ScopeMa->setGeometry(0,3*ui->frame_scope->height()/4,ui->frame_scope->width(),ui->frame_scope->height()/4);
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
void PowerSystem::mousePressEvent(QMouseEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user