#include <QGpGuiTools.h>#include "PointageWidget.h"#include "pointageVersion.h"#include "pointageInstallPath.h"Functions | |
| ApplicationHelp * | help () |
| int | main (int argc, char **argv) |
| PACKAGE_INFO (pointage, POINTAGE) | |
| ApplicationHelp* help | ( | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References help(), QGpCoreTools::CoreApplicationPrivate::setStream(), and w.
{
Application a(argc, argv, help);
a.setStream(new StandardStream(stdout));
PointageWidget * w=new PointageWidget;
w->show();
int appReturn=a.exec();
delete w;
return appReturn;
}
| PACKAGE_INFO | ( | pointage | , |
| POINTAGE | |||
| ) |