draw yaw scale

This commit is contained in:
2020-01-02 20:28:45 +08:00
parent 6de6802830
commit 126c97bf96
4 changed files with 104 additions and 39 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ MainWindow::MainWindow(QWidget *parent)
copk = new Cockpit(this);
copk->setGeometry(this->width() - copk->width(),0,700,this->height());
copk->setGeometry(this->width() - copk->width(),0,900,this->height());
nav->setGeometry(0,0,50,this->height());