// // File: main.cpp // // A small Qt example application written by Troll Tech. // // It displays a text in a window and quits when you click // the mouse in the window. // #include "hello.h" #include /* The program starts here. It parses the command line and build a message string to be displayed by the Hello widget. */ int main( int argc, char **argv ) { QApplication a(argc,argv); QString s; for ( int i=1; i