Hi Robert and Don, I don't think osgQt could smoothly support Qt3. The QGraphicsView class, which is used by osgQt::QWebViewImage and osgQt::QWidgetImage, is introduced in Qt 4.2 so it is impossible to use this class in lower versions. The only work we could do to keep back-compatibility is to reimplement a GraphicsWindowQt3 for previous users.
Cheers, Wang Rui 2011/6/23 Robert Osfield <[email protected]>: > Hi Don, > > On Wed, Jun 22, 2011 at 10:59 PM, Don Leich <[email protected]> wrote: >> I gave 3.0.0-rc3 a check out here and found a few problems. These are >> quite possibly due to the atypical setup here, particularly the farily >> old version of Qt installed and possibly other factors. >> >> system: x86_64 SuSE 11.01 >> graphics: NVIDIA Quadro FX 1800 270.41.19 >> gcc: 4.3.1 >> Qt: 3.3.3 >> >> The example osgviewerQt comes up with solid blue background in all >> viewports and not other graphics. I'm unable to run the other Qt >> examples since we don't compile for QT_QTWEBKIT_LIBRARY. We've >> got Qt-4.4.3 so this could be a version mismatch. > > I'm afraid I'm not Qt expert so have to rely upon members of the community > for improving the osgQt lib, however, even with those of the community who > have greater Qt skills I suspect most will be using more modern Qt versions > so might not be able to help debug your situation directly. > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

