A QMainWindow-derived class managing the dinosaur game's main interface and events. More...
#include <DinasourGameWindow.h>
Public Member Functions | |
DinasourGameWindow (QWidget *parent=nullptr) | |
Constructor for DinasourGameWindow. | |
~DinasourGameWindow () | |
Destructor for DinasourGameWindow. | |
A QMainWindow-derived class managing the dinosaur game's main interface and events.
Main window class for the dinosaur game UI and logic handling.
DinasourGameWindow::DinasourGameWindow | ( | QWidget * | parent = nullptr | ) |
Constructor for DinasourGameWindow.
parent | Parent widget, default is nullptr. |