Dimitri Frederickx wrote: > I was a little bit disappointed when I just downloaded Qt Jambi 4.4.0 > for Mac OS > X. It seems that a few bugs that I've posted here more then a month ago are > still in the final 4.4.0 version. > > - My application crashes when I use Qt. I create a QGraphicsView and > then I set > the viewport to a new QGLWidget, just like the tutorials and documentation > describe. But when I shut down my application, it crashes. I've posted this > before on this list, and it was said then that it was a known problem that > should have been fixed in the final release. > QGLWidget glWidget = new QGLWidget(format); > setViewport(glWidget);
Hi Dimitri, One major issue with OpenGL in regards to Jambi was fixed, and as far as I can tell, all our examples using GL do not suffer from crash on shutdown anymore. Do you have some more information about this, so I can dig a bit further? > - I have a graphics view and add a VideoWidget to it. Then I start my > video, but > it is not shown in the graphics view. I only hear my sound, but no > view. When I > create a standalone VideoWidget, everything works just fine. Also this bug was > reported before. This is a limitation with phonon in graphicsview on Mac and has been reported to the Qt guys working on this. What they told me is that they have implemented this via software for 4.5 and hope to get it hardware based in the future. So you will have to wait a bit longer for this feature I'm afraid. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
