第二阶段完成

This commit is contained in:
2020-01-16 14:24:08 +08:00
parent be740564eb
commit ddf13fa7f1
2 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ MainWindow::MainWindow(QWidget *parent)
copk = new Cockpit(this);
copk->setGeometry(this->width() - copk->width(),0,800,this->height());
copk->setGeometry(this->width() - copk->width(),0,400,600);
nav->setGeometry(0,0,50,this->height());