|
SynchroTime
|
The file contains main functions main() More...
#include "mainwindow.h"#include <QApplication>#include <QTranslator>#include <QLocale>#include <QLibraryInfo>#include <QtPlugin>
Functions | |
| int | main (int argc, char *argv[]) |
| main function of SynchroTimeApp More... | |
The file contains main functions main()
The main function executes the Qt application instance in a event loop, sets it up with the specified parameters, and installs a Qt Translator and GUI MainWindow.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
main function of SynchroTimeApp
In this function, an instance of a Qt-GUI application app is executed in a event loop and set up with the parameters entered.
| [in] | argc | the number of parameter. |
| [in] | argv | the command line options. |
1.8.11