Commit 6da394bb authored by Lars Knoll's avatar Lars Knoll Committed by The Qt Project
Browse files

Link to dbus, printsupport and script correctly.


Change-Id: I763ac3c9a9f5b06bf85c8f163b5669aa89e42337
Reviewed-by: default avatarPaul Olav Tvete <paul.tvete@digia.com>
parent 52347d4f
No related merge requests found
Showing with 6 additions and 6 deletions
...@@ -74,7 +74,7 @@ mix Qt- and OpenGL-based code. ...@@ -74,7 +74,7 @@ mix Qt- and OpenGL-based code.
\section1 Qt Print Support Module \section1 Qt Print Support Module
The \l {Qt Print Support} Module provides cross-platform APIs to make printing easy and portable. The \l {Qt Print Support} Module provides cross-platform APIs to make printing easy and portable.
\l {Printing with Qt} is done by using the same \l {QPainter} APIs which can also be used to Printing with Qt is done by using the same \l {QPainter} APIs which can also be used to
paint on screen or on a \l {QImage}. paint on screen or on a \l {QImage}.
\section1 Qt Script Module \section1 Qt Script Module
......
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
\row \row
\li \l{Qt XML Patterns C++ Classes}{QtXmlPatterns} \li \l{Qt XML Patterns C++ Classes}{QtXmlPatterns}
\li \l{Qt Svg C++ Classes}{QtSvg} \li \l{Qt Svg C++ Classes}{QtSvg}
\li \l{QtConcurrent Module}{QtConcurrent} \li \l{Qt Concurrent C++ Classes}{QtConcurrent}
\li \l{QtPrintSupport Module}{QtPrintSupport} \li \l{Qt Print Support Module}{QtPrintSupport}
\row \row
\li \l{Qt D-Bus C++ Classes}{QtDBus} \li \l{Qt D-Bus C++ Classes}{QtDBus}
\li \l{QtOpenGL Module}{QtOpenGL} \li \l{QtOpenGL Module}{QtOpenGL}
......
...@@ -129,10 +129,10 @@ further detail on the \l {Qt Quick} page. ...@@ -129,10 +129,10 @@ further detail on the \l {Qt Quick} page.
Qt supports printing both directly to actual printers, locally or on the Qt supports printing both directly to actual printers, locally or on the
network, as well as producing PDF or PostScript output. How to do printing with network, as well as producing PDF or PostScript output. How to do printing with
Qt is described in detail on the \l {Printing with Qt} page. Qt is described in detail on the \l {Qt Print Support} page.
To be able to access the Qt printing classes from your application or library, see To be able to access the Qt printing classes from your application or library, see
the \l {QtPrintSupport module} page. the \l {Qt Print Support module} page.
\section1 Images \section1 Images
......
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
compatibility. Please use the QJS* classes in the QtQml module for compatibility. Please use the QJS* classes in the QtQml module for
new code. new code.
\row \row
\li \l{Qt Script Tools} \li \l{Qt Script}{Qt Script Tools}
\li All \li All
\li \li
\li Additional components for applications that use Qt Script. \li Additional components for applications that use Qt Script.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment