![]() |
nsbaci 0.0
|
Application entry point for nsbaci. More...

Functions | |
| int | main (int argc, char *argv[]) |
| Application entry point. | |
Application entry point for nsbaci.
This file contains the main function that initializes the Qt application and displays the main window.
| 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.
| argc | Number of command-line arguments. |
| argv | Array of command-line argument strings. |