source:
vendor/trolltech/current/examples/toplevel/main.cpp
Last change on this file was 2, checked in by , 20 years ago | |
---|---|
|
|
File size: 176 bytes |
Line | |
---|---|
1 | #include <qapplication.h> |
2 | #include "options.h" |
3 | |
4 | int 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.