完善发动机界面,修正参数读取时ID溢出问题

This commit is contained in:
hm
2020-11-19 11:39:28 +08:00
parent 75130e0fe1
commit efae22bddc
25 changed files with 2739 additions and 1732 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include "Inputter.h"
#include "Inputter.h"
#include "ui_Inputter.h"
Inputter::Inputter(QWidget *parent) :
@@ -52,7 +52,7 @@ bool Inputter::event(QEvent *event)
{
if(event->type() == QEvent::Leave)
{
this->close();
//this->close();
}
return QWidget::event(event);
}