Code Documentation 3.1
Social Network Visualizer
Loading...
Searching...
No Matches
main.cpp File Reference

Entry point for the SocNetV application, initializing the application and starting the main event loop. More...

#include <QApplication>
#include <QFile>
#include <QTranslator>
#include <QLocale>
#include <QSurfaceFormat>
#include <QCommandLineParser>
#include "mainwindow.h"
Include dependency graph for main.cpp:

Functions

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

Detailed Description

Entry point for the SocNetV application, initializing the application and starting the main event loop.

This file contains the main() function, which sets up the application environment, initializes the main window, and handles command-line arguments.

Author
Dimitris B. Kalamaras
See also
https://socnetv.org

Function Documentation

◆ main()

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