The simpliest possible main function:
int main( int argc, char** argv ) { QPromptShow app( argc, argv ); app.exec(); }