UltraScan III
us_predict1_main.cpp
Go to the documentation of this file.
1 
3 #include <QApplication>
4 
5 #include "us_predict1.h"
6 #include "us_license_t.h"
7 #include "us_license.h"
8 
10 // the class US_Predict1.
11 
12 int main( int argc, char* argv[] )
13 {
14  QApplication application( argc, argv );
15 
16  #include "main1.inc"
17 
18  // License is OK. Start up.
19 
20  //US_Predict1::Hydrosim params;
21  US_Hydrosim params;
22  US_Predict1 w( params );
23  w.show();
24  return application.exec();
25 }