Opened 15 years ago
Closed 15 years ago
#60 closed task (fixed)
Include SVG Library
Reported by: | rudi | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | Qt Beta 2 |
Component: | General | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
QtSvg4.dll works O.K. It can be included in the regular build.
Change History (7)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Yes, I successfully compiled and ran examples\painting\svgviewer as well as examples\richtext\textobject. Both of them were able to load and view the supplied SVG files. They did not show the mouse pointer, but that seems to be a problem of the unfinished QCursor class...
comment:3 by , 15 years ago
Milestone: | → Qt GA |
---|---|
Priority: | minor → blocker |
Ok, marking it as the GA blocker then.
And you are right about QCursor.
comment:4 by , 15 years ago
if this class works, i would include it in the build process as soon as possible. the QCursor will then be added later, when finished.
comment:5 by , 15 years ago
Yes, the SVG module will be included in Beta2 as well. QCursor will have to wait, see also #54.
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
What do you mean by "works OK"? Did you try to use the classes from there?