Re: Qt4 QSvgRenderer in Qt3 ???
Ralf Habacker <[email protected]> Fri, 31 Mar 2006 22:08:35 +0200
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Rainer Lehrig schrieb: > Hello, > > SVG graphics is not complete in Qt3. > Would it be thinkable to use the Qt4 QSvgRenderer from within Qt3 ? > > PS: I have a commercial License for Qt on Windows and would like to help > programming. > QT4 QSvgRenderer depends only on QObject so it may be possible. Someone has to investigate some time to check it by try to build an run a test case. You may download the qt4 sources if you don't have them already, copy qt4 src/svg directory into another place and try to run qmake and compile/link this directory as shared library using qt 3 core, gui, xml libraries. Ralf