添加航点切换
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user