Code Documentation 3.1
Social Network Visualizer
|
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"
Functions | |
int | main (int argc, char *argv[]) |
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.
int main | ( | int | argc, |
char * | argv[] | ||
) |