/* Composant du projet recordStation, CopyLeft Etienne RABY 2009-2010 L'intégralité de se fichier est soumis aux contraintes de la Licence CeCILL-B. Une copie doit avoir été fournie avec ce fichier. Si ce n'est pas le cas, voir le site internet : http://www.cecill.info */ #include #include #include #include "Classes/MainWindow/MainWindow.h" #include "ui_MainWindow.h" using namespace std; void showHelp() { cout << endl << " >> Help menu : <<" << endl << endl; cout << "-fs or --fullscreen : FullScreen output" << endl; cout << "-h or --help : Show this menu" << endl; } int main(int argc, char *argv[]) { //qDebug() << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << " =>" << "blablabla"; QApplication app(argc, argv); QCoreApplication::setOrganizationName(PACKAGE_COMPANY); QCoreApplication::setOrganizationDomain(PACKAGE_DOMAIN); QCoreApplication::setApplicationName(PACKAGE_NAME); QCoreApplication::setApplicationVersion(PACKAGE_VERSION); //Lecture des arguments QStringList ArgsList; for(int i=0; i