source: trunk/examples/toplevel/main.cpp@ 8

Last change on this file since 8 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

  • Property svn:keywords set to Id
File size: 176 bytes
Line 
1#include <qapplication.h>
2#include "options.h"
3
4int main( int argc, char ** argv )
5{
6 QApplication a( argc, argv );
7 OptionsDialog dlg;
8 return dlg.exec();
9}
Note: See TracBrowser for help on using the repository browser.