Updating title, adding menu

This commit is contained in:
Dan Paulat 2021-11-16 23:17:27 -06:00
parent 1c093d01f4
commit 1db9b40394
4 changed files with 70 additions and 18 deletions

View file

@ -29,6 +29,9 @@ public:
bool event(QEvent* event) override;
void showEvent(QShowEvent* event) override;
private slots:
void on_actionExit_triggered();
private:
std::unique_ptr<MainWindowImpl> p;
Ui::MainWindow* ui;