添加航点切换

This commit is contained in:
hm
2020-10-24 11:21:24 +08:00
parent 2147fc11d5
commit d5784849a2
16 changed files with 614 additions and 498 deletions
+3 -1
View File
@@ -66,13 +66,15 @@ void ServoSystem::setFloat(void)
if(this->parent())
{
this->setParent(nullptr);
this->show();
}
else
{
this->setParent(m_parent);
this->move(0,0);
this->hide();
}
this->show();
//
}
void ServoSystem::setColor(QWidget *w,state s)