Add toolbox for radar display control

This commit is contained in:
Dan Paulat 2021-11-04 22:25:06 -05:00
parent cd5d60bc0b
commit 7c606b85ff
8 changed files with 325 additions and 6 deletions

View file

@ -24,6 +24,8 @@ public:
MainWindow(QWidget* parent = nullptr);
~MainWindow();
void showEvent(QShowEvent* event) override;
private:
Ui::MainWindow* ui;
};