Conference Registration 2024.07.18.04
Loading...
Searching...
No Matches
main.cpp File Reference

The entry point of the application. More...

#include "mainwindow.h"
#include <QApplication>

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.
 

Detailed Description

The entry point of the application.

Author
Mitch Campbell
Date
2024-07-11

Function Documentation

◆ main()

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.

Parameters
argcThe number of command-line arguments.
argvAn array of command-line arguments.
Returns
int The exit code of the application.