修改了设置界面

This commit is contained in:
hm
2022-01-24 18:30:30 +08:00
parent 3c0e4ea5b7
commit 8cc6d1c3ed
35 changed files with 1384 additions and 1417 deletions
+1
View File
@@ -189,6 +189,7 @@ void PowerSystem::setFloat(void)
QScreen *screen=QGuiApplication::primaryScreen ();;
this->move((screen->availableGeometry().width()-this->width())/2,(screen->availableGeometry().height()-this->height())/2);
this->show();
this->resize(m_parent->size());
}
else
{