summaryrefslogtreecommitdiff
path: root/src/svg/doc/src/qtsvg-index.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-16 15:58:09 +0100
committerGeir Vattekar <geir.vattekar@digia.com>2012-11-16 18:24:53 +0100
commit9e53ba2cdf507d7f5da69f90a6ccea02312ecf0e (patch)
tree15e339abc48bd0cbee2aaf6563dc7a12aa00e52b /src/svg/doc/src/qtsvg-index.qdoc
parent1926279f503261ac8438caebde2f22ba09e5d80d (diff)
downloadqtsvg-9e53ba2cdf507d7f5da69f90a6ccea02312ecf0e.tar.gz
Doc: Adding documentation from qtdoc repository
-snippets -license information -overview Change-Id: I75ec50cfd4f1ef3d8753a3c14b34dc748adf9b54 Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'src/svg/doc/src/qtsvg-index.qdoc')
-rw-r--r--src/svg/doc/src/qtsvg-index.qdoc21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/svg/doc/src/qtsvg-index.qdoc b/src/svg/doc/src/qtsvg-index.qdoc
index 10b39be..6208646 100644
--- a/src/svg/doc/src/qtsvg-index.qdoc
+++ b/src/svg/doc/src/qtsvg-index.qdoc
@@ -35,6 +35,26 @@
for rendering and displaying SVG drawings in widgets and on other
paint devices.
+ \section1 Getting Started
+
+ Qt SVG provides classes for rendering SVG files. To include the definitions
+ of the module's classes, use the following directive:
+
+ \snippet doc_src_qtsvg.cpp 0
+
+ To link against the module, add this line to your \l qmake \c
+ .pro file:
+
+ \snippet doc_src_qtsvg.pro 1
+
+ \section1 Articles
+ \list
+ \li \l{Rendering SVG Files} contains information about how to
+ render SVG files
+ \li \l{Qt SVG License Information}{License Information}
+ \endlist
+
+ \section1 References
\list
\li \l{Qt Svg C++ Classes}
\endlist
@@ -46,4 +66,3 @@
\li \l{SVG Viewer Example}
\endlist
*/
-