Hello Juan,

On 24/10/10 23:39 , Juan Sánchez wrote:
> Thank you for all your help.
> I have attached the code in the first message, even so I write this below.
>...
> int main(int argc, char **argv){
>       QApplication app(argc, argv);
> 
>       OsgViewerQt *OSGQT = new OsgViewerQt;
> 
>       return 0;
> }

I haven't done Qt in ages but I'm pretty sure you need to run something like
'app.mainLoop()' or the like.

Cheers,
/ulrich
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to