The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

boost-build/example/qt-ui/main.cpp File Reference

#include "hello_world_widget.h"
#include <qapplication.h>
#include <qpushbutton.h>

Include dependency graph for boost-build/example/qt-ui/main.cpp:

Include dependency graph

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 6 of file boost-build/example/qt-ui/main.cpp.

References close.

00006                                 {
00007     QApplication a(argc, argv);
00008     HelloWorldWidget w;
00009     QObject::connect(static_cast<QObject*>(w.OkButton), SIGNAL(clicked()), &w, SLOT(close()));
00010     a.setMainWidget(&w);
00011     w.show();
00012     return a.exec();
00013 }


Generated on Mon Nov 8 17:08:11 2004 for MPT by  doxygen 1.3.9.1