◆ MainWindow()
MainWindow::MainWindow - the main application.
- Parameters
-
Initialise the application, and open any session name passed to it. The session is a struct that contains an existing MainWindow or null if this is the first one, and any session name to be opened.
◆ ~MainWindow()
| MainWindow::~MainWindow |
( |
| ) |
|
◆ closeEvent
| void MainWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
slot |
◆ resizeEvent
| void MainWindow::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
slot |
MainWindow::resizeEvent - resize the content when the window is resized.
- Parameters
-
Ensure that the content of the terminal fits inside the window when the window is resized.
◆ showEvent
| void MainWindow::showEvent |
( |
QShowEvent * |
event | ) |
|
|
slot |
MainWindow::showEvent - resize the content when the window is shown.
- Parameters
-
Ensure that the content of the terminal fits inside the window when the window is displayed.
The documentation for this class was generated from the following files:
- /home/runner/work/Q3270/Q3270/src/MainWindow.h
- /home/runner/work/Q3270/Q3270/src/MainWindow.cpp