Extracting Level 2 Settings Widget from MainWindow

This commit is contained in:
Dan Paulat 2022-06-04 23:16:11 -05:00
parent 0fc573a962
commit e911882bb7
7 changed files with 299 additions and 143 deletions

View file

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