22 #include <QMainWindow>
42 explicit Window(QWidget *parent = 0);
This class is the QMainWindow, it is used to contain Qubet widget.
Definition: window.h:32
void closeEvent(QCloseEvent *event)
This function is invoked when the user closes the Window. It is used to perform cleaning operations...
Definition: window.cpp:38
This class rapresents an instance of the QGLWidget Qubet. It is the game.
Definition: qubet.h:83
~Window()
Destroy the QMainWindow (for what it worths).
Definition: window.cpp:34
Qubet * qubetWidget
Definition: window.h:51
Window(QWidget *parent=0)
Create the QMainWindow.
Definition: window.cpp:22