[Development] QtDesigner library made private in Qt5?
Stephen Kelly
stephen.kelly at kdab.com
Wed Jan 4 17:45:58 CET 2012
On Wednesday, January 04, 2012 14:22:55 Friedemann Kleint wrote:
> Hi Stephen,
>
> A Happy New Year to you.
>
> > It failed because QFormBuilder is no longer available. Then I noticed
> > that the entire designer library and interface is no longer available.
> >
> > Why was that done and can it be undone?
>
> Lars moved uitools, etc around (for module separation reasons,
> basically), but it should still work (The libraries and includes are
> still there). Could you be more precise? - Which code fails to compile?
Hi there,
The code that fails to compile in this specific case uses QFormBuilder, which
is public API in Qt4:
http://doc.qt.nokia.com/4.8-snapshot/qformbuilder.html
It is no longer public API along with everything here:
http://doc.qt.nokia.com/4.8-snapshot/qtdesigner.html
which will make lots of other code fail to compile.
All the headers are now private and not installed.
Thanks,
--
Stephen Kelly <stephen.kelly at kdab.com> | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120104/c614c2c0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120104/c614c2c0/attachment.sig>
More information about the Development
mailing list