Go to the documentation of this file.00001
00018
00019 #include <qapplication.h>
00020
00021
00022 #include "Tracker_Calibration_impl.h"
00023
00024
00025
00026
00027
00028
00029 int main(int argc, char **argv)
00030 {
00031
00032 QApplication *qapp;
00033 qapp = new QApplication(argc, argv);
00034
00035 Tracker_Calibration_impl* impl = new Tracker_Calibration_impl();
00036
00037 qapp->setMainWidget(impl);
00038 impl->show();
00039
00040 qapp->exec();
00041
00042 delete impl;
00043 delete qapp;
00044
00045 return 0;
00046 }
00047
asr_flock_of_birds
Author(s): Bernhardt Andre, Engelmann Stephan, Giesler Björn, Heller Florian, Jäkel Rainer, Nguyen Trung, Pardowitz Michael, Weckesser Peter, Yi Xie, Zöllner Raoul
autogenerated on Sat Jun 8 2019 19:36:21