Refining radar toolbox layout. Tool box is not a good use of the available space.

This commit is contained in:
Dan Paulat 2021-11-15 02:13:05 -06:00
parent e76ac3bc36
commit 1aa9a9c0f0
4 changed files with 258 additions and 125 deletions

View file

@ -26,6 +26,7 @@ public:
MainWindow(QWidget* parent = nullptr);
~MainWindow();
bool event(QEvent* event) override;
void showEvent(QShowEvent* event) override;
private: