16 #include "msdevstudio/MSconfig.h"
21 #include "msdevstudio/MSconfig.h"
37 int main (
int argc,
char** argv)
40 std::string arg1 ( argv[1] );
41 if ( arg1 ==
"--version" ) {
42 std::cout <<
"HippoDraw version " <<
VERSION
48 QtApp app ( argc, argv );
hippodraw::QtApp class interface
A derived class of QApplication that instantiates the components of HippoDraw.
int main(int argc, char **argv)
void setFirstWindow()
Sets up the first application main window.