| 1 | /****************************************************************************
|
|---|
| 2 | **
|
|---|
| 3 | ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|---|
| 4 | ** All rights reserved.
|
|---|
| 5 | ** Contact: Nokia Corporation ([email protected])
|
|---|
| 6 | **
|
|---|
| 7 | ** This file is part of the documentation of the Qt Toolkit.
|
|---|
| 8 | **
|
|---|
| 9 | ** $QT_BEGIN_LICENSE:FDL$
|
|---|
| 10 | ** Commercial Usage
|
|---|
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
|---|
| 12 | ** accordance with the Qt Commercial License Agreement provided with the
|
|---|
| 13 | ** Software or, alternatively, in accordance with the terms contained in a
|
|---|
| 14 | ** written agreement between you and Nokia.
|
|---|
| 15 | **
|
|---|
| 16 | ** GNU Free Documentation License
|
|---|
| 17 | ** Alternatively, this file may be used under the terms of the GNU Free
|
|---|
| 18 | ** Documentation License version 1.3 as published by the Free Software
|
|---|
| 19 | ** Foundation and appearing in the file included in the packaging of this
|
|---|
| 20 | ** file.
|
|---|
| 21 | **
|
|---|
| 22 | ** If you have questions regarding the use of this file, please contact
|
|---|
| 23 | ** Nokia at [email protected].
|
|---|
| 24 | ** $QT_END_LICENSE$
|
|---|
| 25 | **
|
|---|
| 26 | ****************************************************************************/
|
|---|
| 27 |
|
|---|
| 28 | /*!
|
|---|
| 29 | \externalpage http://www.freedesktop.org/
|
|---|
| 30 | \title freedesktop.org
|
|---|
| 31 | */
|
|---|
| 32 |
|
|---|
| 33 | /*!
|
|---|
| 34 | \externalpage http://www.freedesktop.org/Standards/xembed-spec
|
|---|
| 35 | \title XEmbed Specification
|
|---|
| 36 | */
|
|---|
| 37 |
|
|---|
| 38 | /*!
|
|---|
| 39 | \externalpage http://www.freedesktop.org/Standards/icon-theme-spec
|
|---|
| 40 | \title Icon Themes Specification
|
|---|
| 41 | */
|
|---|
| 42 |
|
|---|
| 43 | /*!
|
|---|
| 44 | \externalpage http://www.cups.org/
|
|---|
| 45 | \title Common Unix Printing System (CUPS)
|
|---|
| 46 | \keyword CUPS
|
|---|
| 47 | */
|
|---|
| 48 |
|
|---|
| 49 | /*!
|
|---|
| 50 | \externalpage http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec
|
|---|
| 51 | \title Desktop Entry Specification
|
|---|
| 52 | */
|
|---|
| 53 |
|
|---|
| 54 | /*!
|
|---|
| 55 | \externalpage http://www.kde.org/
|
|---|
| 56 | \title The K Desktop Environment
|
|---|
| 57 | \keyword KDE
|
|---|
| 58 | */
|
|---|
| 59 |
|
|---|
| 60 | /*!
|
|---|
| 61 | \externalpage http://www.gnome.org/
|
|---|
| 62 | \title GNOME
|
|---|
| 63 | */
|
|---|
| 64 |
|
|---|
| 65 | /*!
|
|---|
| 66 | \externalpage http://www.gnu.org/software/emacs/
|
|---|
| 67 | \title GNU Emacs
|
|---|
| 68 | */
|
|---|
| 69 |
|
|---|
| 70 | /*!
|
|---|
| 71 | \externalpage http://www.amnesty.org/
|
|---|
| 72 | \title Amnesty International
|
|---|
| 73 | */
|
|---|
| 74 |
|
|---|
| 75 | /*!
|
|---|
| 76 | \externalpage http://www.w3.org/Graphics/SVG/About.html
|
|---|
| 77 | \title About SVG
|
|---|
| 78 | \keyword Scalable Vector Graphics
|
|---|
| 79 | */
|
|---|
| 80 |
|
|---|
| 81 | /*!
|
|---|
| 82 | \externalpage http://www.w3.org/TR/SVG/types.html#ColorKeywords
|
|---|
| 83 | \title SVG color keyword names
|
|---|
| 84 | */
|
|---|
| 85 |
|
|---|
| 86 | /*!
|
|---|
| 87 | \externalpage http://www.w3.org/Graphics/SVG/
|
|---|
| 88 | \title SVG Working Group
|
|---|
| 89 | */
|
|---|
| 90 |
|
|---|
| 91 | /*!
|
|---|
| 92 | \externalpage http://www.w3.org/TR/SVGMobile/
|
|---|
| 93 | \title Mobile SVG Profiles
|
|---|
| 94 | \omit
|
|---|
| 95 | Mobile SVG Profiles: SVG Tiny and SVG Basic
|
|---|
| 96 | \endomit
|
|---|
| 97 | */
|
|---|
| 98 |
|
|---|
| 99 | /*!
|
|---|
| 100 | \externalpage http://www.w3.org/TR/SVGMobile12/
|
|---|
| 101 | \title SVG 1.2 Tiny
|
|---|
| 102 | */
|
|---|
| 103 |
|
|---|
| 104 | /*!
|
|---|
| 105 | \externalpage http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static
|
|---|
| 106 | \title SVG 1.2 Tiny Static Features
|
|---|
| 107 | */
|
|---|
|
|---|