mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Updating title, adding menu
This commit is contained in:
parent
1c093d01f4
commit
1db9b40394
4 changed files with 70 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue