This class is the QMainWindow, it is used to contain Qubet widget.
More...
#include <window.h>
|
| void | closeEvent (QCloseEvent *event) |
| | This function is invoked when the user closes the Window. It is used to perform cleaning operations. More...
|
| |
This class is the QMainWindow, it is used to contain Qubet widget.
- Version
- 1.0
- Author
- #34
| Window::Window |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Create the QMainWindow.
- Parameters
-
| parent | is a callback variable to the parent of the window. |
| void Window::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
private |
This function is invoked when the user closes the Window. It is used to perform cleaning operations.
- Parameters
-
| event | is the QCloseEvent*. |
| Qubet* Window::qubetWidget |
|
private |
This variable refers to the Qubet instance.
The documentation for this class was generated from the following files: