demos/books/main.cpp File Reference

#include "bookwindow.h"
#include <QtGui>

Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 28 of file main.cpp.

References QApplication::exec(), Q_INIT_RESOURCE, and QWidget::show().

00029 {
00030     Q_INIT_RESOURCE(books);
00031 
00032     QApplication app(argc, argv);
00033 
00034     BookWindow win;
00035     win.show();
00036 
00037     return app.exec();
00038 }

Here is the call graph for this function:


Generated on Thu Mar 15 13:56:21 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1