nsbaci 0.0
Loading...
Searching...
No Matches
main.cpp File Reference

Application entry point for nsbaci. More...

Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 Application entry point.

Detailed Description

Application entry point for nsbaci.

This file contains the main function that initializes the Qt application and displays the main window.

Author
Nicolás Serrano García
See also
MainWindow

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Application entry point.

Initializes the Qt application framework, sets the desktop file name for proper desktop integration on Linux, creates and displays the main window, and starts the event loop.

Parameters
argcNumber of command-line arguments.
argvArray of command-line argument strings.
Returns
Exit code from the Qt event loop.