添加rtk,rc等设备

This commit is contained in:
hm
2021-01-05 19:24:48 +08:00
parent 81bf7e7d87
commit eee834df45
20 changed files with 566 additions and 58 deletions
+3 -3
View File
@@ -188,10 +188,10 @@ void PowerSystem::setFloat(void)
else
{
this->setParent(m_parent);
this->setGeometry(m_parent->geometry());
this->move(0,0);
this->hide();
//qDebug() << m_parent->children();
this->show();
update();
}
}