Conference Registration 2024.07.18.04
|
The entry point of the application. More...
Functions | |
int | main (int argc, char *argv[]) |
This function is the entry point of the application. It initializes the QApplication object, creates an instance of the MainWindow class, and displays the main window of the application. Finally, it enters the event loop by calling the exec() function of the QApplication object. | |
The entry point of the application.
int main | ( | int | argc, |
char * | argv[] ) |
This function is the entry point of the application. It initializes the QApplication object, creates an instance of the MainWindow class, and displays the main window of the application. Finally, it enters the event loop by calling the exec() function of the QApplication object.
argc | The number of command-line arguments. |
argv | An array of command-line arguments. |