Changeset 846 for trunk/doc/src/modules.qdoc
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/modules.qdoc
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 7 7 ** This file is part of the documentation of the Qt Toolkit. 8 8 ** 9 ** $QT_BEGIN_LICENSE: LGPL$9 ** $QT_BEGIN_LICENSE:FDL$ 10 10 ** Commercial Usage 11 11 ** Licensees holding valid Qt Commercial licenses may use this file in 12 12 ** accordance with the Qt Commercial License Agreement provided with the 13 ** Software or, alternatively, in accordance with the terms contained in 14 ** awritten agreement between you and Nokia.13 ** Software or, alternatively, in accordance with the terms contained in a 14 ** written agreement between you and Nokia. 15 15 ** 16 ** GNU Lesser General Public License Usage 17 ** Alternatively, this file may be used under the terms of the GNU Lesser 18 ** General Public License version 2.1 as published by the Free Software 19 ** Foundation and appearing in the file LICENSE.LGPL included in the 20 ** packaging of this file. Please review the following information to 21 ** ensure the GNU Lesser General Public License version 2.1 requirements 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 23 ** 24 ** In addition, as a special exception, Nokia gives you certain additional 25 ** rights. These rights are described in the Nokia Qt LGPL Exception 26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 27 ** 28 ** GNU General Public License Usage 29 ** Alternatively, this file may be used under the terms of the GNU 30 ** General Public License version 3.0 as published by the Free Software 31 ** Foundation and appearing in the file LICENSE.GPL included in the 32 ** packaging of this file. Please review the following information to 33 ** ensure the GNU General Public License version 3.0 requirements will be 34 ** met: http://www.gnu.org/copyleft/gpl.html. 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. 35 21 ** 36 22 ** If you have questions regarding the use of this file, please contact … … 42 28 /*! 43 29 \group modules 44 \title All QtModules30 \title All Modules 45 31 \startpage index.html Qt Reference Documentation 46 32 \nextpage QtCore … … 55 41 \row \o \l{QtCore} \o Core non-graphical classes used by other modules 56 42 \row \o \l{QtGui} \o Graphical user interface (GUI) components 57 \row \o \l{ QtMultimedia} \o Classes for low-level multimedia functionality43 \row \o \l{qtmultimedia-module.html}{QtMultimedia} \o Classes for low-level multimedia functionality 58 44 \row \o \l{QtNetwork} \o Classes for network programming 59 45 \row \o \l{QtOpenGL} \o OpenGL support classes … … 66 52 \row \o \l{QtXml} \o Classes for handling XML 67 53 \row \o \l{QtXmlPatterns} \o An XQuery & XPath engine for XML and custom data models 54 \row \o \l{QtDeclarative} \o An engine for declaratively building fluid user interfaces. 68 55 \row \o \l{Phonon Module}{Phonon} \o Multimedia framework classes 69 56 \row \o \l{Qt3Support} \o Qt 3 compatibility classes … … 96 83 \module QtCore 97 84 \title QtCore Module 98 \contentspage All Qt Modules99 \previouspage All Qt Modules100 \nextpage QtGui101 85 \ingroup modules 102 86 … … 109 93 110 94 \snippet doc/src/snippets/code/doc_src_qtcore.qdoc 0 111 112 The QtCore module is part of all \l{Qt editions}.113 95 */ 114 96 … … 117 99 \module QtGui 118 100 \title QtGui Module 119 \contentspage All Qt Modules120 \previouspage QtCore121 \nextpage QtNetwork122 101 \ingroup modules 123 102 … … 128 107 129 108 \snippet doc/src/snippets/code/doc_src_qtgui.qdoc 0 130 131 The QtGui module is part of the \l{Qt GUI Framework Edition},132 the \l{Qt Full Framework Edition}, and the \l{Open Source Versions of Qt}.133 109 */ 134 110 … … 136 112 \module QtMultimedia 137 113 \title QtMultimedia Module 138 \contentspage All Qt Modules139 \previouspage QtCore140 \nextpage QtNetwork141 114 \ingroup modules 142 115 … … 160 133 \module QtNetwork 161 134 \title QtNetwork Module 162 \contentspage All Qt Modules163 \previouspage QtMultimedia164 \nextpage QtOpenGL165 135 \ingroup modules 166 136 … … 177 147 178 148 \snippet doc/src/snippets/code/doc_src_qtnetwork.qdoc 0 179 180 The QtNetwork module is part of the \l{Qt Full Framework Edition} and the181 \l{Open Source Versions of Qt}.182 149 */ 183 150 … … 185 152 \module QtOpenGL 186 153 \title QtOpenGL Module 187 \contentspage All Qt Modules 188 \previouspage QtNetwork 189 \nextpage QtOpenVG 190 \ingroup modules 154 \ingroup modules 155 \ingroup technology-apis 191 156 192 157 \brief The QtOpenGL module offers classes that make it easy to … … 225 190 non-OpenGL-specific GUI functionality. 226 191 227 The QtOpenGL module is part of the \l{Qt Full Framework Edition} and the228 \l{ Open Source Versions of Qt}. It is available on Windows, X11, and Mac OS X.229 \l{Qt for Embedded Linux and OpenGL} supports OpenGL ES (OpenGL forEmbedded Systems).192 The QtOpenGL module is available on Windows, X11 and Mac OS X. 193 \l{Qt for Embedded Linux and OpenGL} supports OpenGL ES (OpenGL for 194 Embedded Systems). 230 195 \note To be able to use the OpenGL API in \l{Qt for Embedded Linux}, it must be 231 196 integrated with the Q Window System (QWS). See the … … 238 203 \title QtOpenVG Module 239 204 \since 4.6 240 \contentspage All Qt Modules 241 \previouspage QtOpenGL 242 \nextpage QtScript 243 \ingroup modules 205 \ingroup modules 206 \ingroup technology-apis 244 207 245 208 \brief The QtOpenVG module is a plugin that provides support for … … 293 256 \title QtScript Module 294 257 \since 4.3 295 \contentspage All Qt Modules296 \previouspage QtOpenVG297 \nextpage QtScriptTools298 258 \ingroup modules 299 259 … … 304 264 components that application developers may find useful. 305 265 306 \tableofcontents307 308 266 To include the definitions of the module's classes, use the 309 267 following directive: … … 318 276 scriptable with QtScript, see \l{Making Applications 319 277 Scriptable}. 320 321 The QtScript module is part of the \l{Qt Full Framework Edition} and the322 \l{Open Source Versions of Qt}.323 278 324 279 \section1 License Information … … 358 313 \title QtScriptTools Module 359 314 \since 4.5 360 \contentspage All Qt Modules361 \previouspage QtScript362 \nextpage QtSql363 315 \ingroup modules 364 316 365 317 \brief The QtScriptTools module provides additional components for applications that use Qt Script. 366 367 \tableofcontents368 318 369 319 \section1 Configuring the Build Process … … 379 329 380 330 \snippet doc/src/snippets/code/doc.src.qtscripttools.qdoc 1 381 382 The QtScriptTools module is part of the \l{Qt Full Framework Edition} and383 the \l{Open Source Versions of Qt}.384 331 */ 385 332 … … 387 334 \module QtSql 388 335 \title QtSql Module 389 \contentspage All Qt Modules390 \previouspage QtScript391 \nextpage QtSvg392 336 \ingroup modules 393 337 … … 401 345 402 346 \snippet doc/src/snippets/code/doc_src_qtsql.qdoc 1 403 404 The QtSql module is part of the \l{Qt Full Framework Edition} and the405 \l{Open Source Versions of Qt}.406 347 407 348 See the \l{SQL Programming} guide for information about using this … … 413 354 \title QtSvg Module 414 355 \since 4.1 415 \contentspage All Qt Modules416 \previouspage QtSql417 \nextpage QtWebKit418 356 \ingroup modules 357 \ingroup technology-apis 358 \ingroup best-practices 419 359 420 360 \brief The QtSvg module provides classes for displaying and creating SVG files. … … 429 369 430 370 \snippet doc/src/snippets/code/doc_src_qtsvg.qdoc 1 431 432 The QtSvg module is part of the \l{Qt Full Framework Edition} and the433 \l{Open Source Versions of Qt}.434 371 435 372 \section1 License Information … … 467 404 \module QtXml 468 405 \title QtXml Module 469 \contentspage All Qt Modules 470 \previouspage QtSvg 471 \nextpage QtXmlPatterns 472 \ingroup modules 406 \ingroup modules 407 \ingroup technology-apis 473 408 474 409 \brief The QtXml module provides a stream reader and writer for … … 488 423 provide, for example, classes that support SOAP and MML with the 489 424 Qt XML classes. 490 491 This module is part of the \l{Qt Full Framework Edition} and the492 \l{Open Source Versions of Qt}.493 425 */ 494 426 … … 497 429 \title QtXmlPatterns Module 498 430 \since 4.4 499 \contentspage All Qt Modules 500 \previouspage QtXml 501 \nextpage Phonon Module 502 \ingroup modules 431 \ingroup modules 432 \ingroup technology-apis 503 433 504 434 \brief The QtXmlPatterns module provides support for XPath, … … 515 445 \snippet doc/src/snippets/code/doc_src_qtxmlpatterns.qdoc 1 516 446 517 This module is part of the \l{Qt Full Framework Edition} and the 518 \l{Open Source Versions of Qt}. 519 520 \section1 Further Links 447 \section1 Further Reading 521 448 522 449 General overviews of XQuery and XSchema can be found in the 523 \l{Using XML Technologies} document. 524 525 An introduction to the XQuery language can be found in \l{A Short Path to XQuery}. 450 \l{XQuery} document. 451 452 An introduction to the XQuery language can be found in 453 \l{A Short Path to XQuery}. 526 454 527 455 \section1 License Information … … 579 507 \module Phonon 580 508 \title Phonon Module 581 \contentspage All Qt Modules582 \previouspage QtXmlPatterns583 \nextpage Qt3Support584 509 \ingroup modules 585 510 … … 601 526 \snippet doc/src/snippets/code/doc_src_phonon.qdoc 1 602 527 603 The Phonon module is part of the \l{Qt Full Framework Edition} and the604 \l{Open Source Versions of Qt}.605 606 528 \section1 Qt Backends 607 529 … … 630 552 Copyright (C) 2008 Ian Monroe <ian@monroe.nu> \BR 631 553 Copyright (C) 2007-2008 Trolltech ASA \BR 632 Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies). \BR554 Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). \BR 633 555 Contact: Nokia Corporation (qt-info@nokia.com) 634 556 … … 652 574 \module Qt3Support 653 575 \title Qt3Support Module 654 \contentspage All Qt Modules655 \previouspage Phonon Module656 \nextpage QtDesigner657 576 \ingroup modules 658 577 … … 679 598 QtGui, QtNetwork, QtSql, and QtXml modules. 680 599 681 This module is part of the \l{Qt Full Framework Edition} and the682 \l{Open Source Versions of Qt}. Most classes offered by this module are683 also part of the \l{Qt GUI Framework Edition}.684 Classes that are not available for \l{Qt GUI Framework Edition}685 users are marked as such in the class documentation.686 687 600 \sa {Porting to Qt 4} 688 601 */ … … 691 604 \module QtDesigner 692 605 \title QtDesigner Module 693 \contentspage All Qt Modules694 \previouspage Qt3Support695 \nextpage QtUiTools696 606 \ingroup modules 697 607 … … 712 622 713 623 \snippet doc/src/snippets/code/doc_src_qtdesigner.qdoc 1 714 715 \note These classes are part of the \l{Open Source Versions of Qt} and716 \l{Qt Commercial Editions}{Qt Full Framework Edition} for commercial717 users.718 624 */ 719 625 … … 722 628 \title QtUiTools Module 723 629 \since 4.1 724 \contentspage All Qt Modules725 \previouspage QtDesigner726 \nextpage QtHelp727 630 \ingroup modules 728 631 … … 752 655 \snippet doc/src/snippets/code/doc_src_qtuiloader.qdoc 1 753 656 754 \note These classes are part of the \l{Open Source Versions of Qt} and755 \l{Qt Commercial Editions}{Qt Full Framework Edition} for commercial756 users.757 758 657 \sa{Calculator Builder Example}, {World Time Clock Builder Example} 759 658 */ … … 762 661 \module QtHelp 763 662 \title QtHelp Module 764 \contentspage All Qt Modules765 \previouspage QtUiTools766 \nextpage QtTest767 663 \ingroup modules 768 664 … … 770 666 online documentation in applications. 771 667 668 The classes and tools supplied with Qt to enable developers to include 669 online help and documentation in their applications are described in 670 more detail in \l{The Qt Help Framework} overview document. 671 772 672 To include the definitions of the module's classes, use the 773 673 following directive: … … 779 679 780 680 \snippet doc/src/snippets/code/doc_src_qthelp.qdoc 1 781 782 These classes are part of the \l{Open Source Versions of Qt} and783 \l{Qt Commercial Editions}{Qt Full Framework Edition} for commercial784 users.785 681 786 682 \section1 License Information … … 802 698 \legalese 803 699 Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team \BR 804 Changes are Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).700 Changes are Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 805 701 806 702 This library is free software; you can redistribute it and/or … … 825 721 \module QtTest 826 722 \title QtTest Module 827 \contentspage All Qt Modules828 \previouspage QtHelp829 \nextpage QAxContainer830 723 \ingroup modules 831 724 … … 855 748 \module QAxContainer 856 749 \title QAxContainer Module 857 \contentspage All Qt Modules858 \previouspage QtTest859 \nextpage QAxServer860 750 \ingroup modules 861 751 … … 869 759 The QAxContainer module is not covered by the \l{GNU General Public License (GPL)}, 870 760 the \l{GNU Lesser General Public License (LGPL)}, or the 871 \l{Qt Commercial Edition s}{Qt Commercial License}. Instead, it is distributed under761 \l{Qt Commercial Edition}{Qt Commercial License}. Instead, it is distributed under 872 762 the following license. 873 763 874 764 \legalese 875 Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).\br765 Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\br 876 766 All rights reserved. 877 767 … … 907 797 \module QAxServer 908 798 \title QAxServer Module 909 \contentspage All Qt Modules910 \previouspage QAxContainer911 \nextpage QtDBus module912 799 \ingroup modules 913 800 … … 921 808 The QAxContainer module is not covered by the \l{GNU General Public License (GPL)}, 922 809 the \l{GNU Lesser General Public License (LGPL)}, or the 923 \l{Qt Commercial Edition s}{Qt Commercial License}. Instead, it is distributed under810 \l{Qt Commercial Edition}{Qt Commercial License}. Instead, it is distributed under 924 811 the following license. 925 812 926 813 \legalese 927 Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).\br814 Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\br 928 815 All rights reserved. 929 816 … … 959 846 \module QtDBus 960 847 \title QtDBus module 961 \contentspage All Qt Modules962 \previouspage QAxServer963 848 \ingroup modules 964 849 … … 967 852 968 853 \brief The QtDBus module is a Unix-only library that you can use 969 to perform Inter-Process Communication using the \l{Introduction to 970 D-Bus}{D-Bus} protocol. 854 to perform Inter-Process Communication using the \l{D-Bus} protocol. 971 855 972 856 Applications using the QtDBus module can provide services to … … 994 878 tools are built. 995 879 996 See the \l { Introduction toD-Bus} page for detailed information on880 See the \l {D-Bus} page for detailed information on 997 881 how to use this module. 998 882 … … 1016 900 The QAxContainer module is not covered by the \l{GNU General Public License (GPL)}, 1017 901 the \l{GNU Lesser General Public License (LGPL)}, or the 1018 \l{Qt Commercial Edition s}{Qt Commercial License}. Instead, it is distributed under902 \l{Qt Commercial Edition}{Qt Commercial License}. Instead, it is distributed under 1019 903 the following license. 1020 904 1021 905 \legalese 1022 Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).\br906 Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\br 1023 907 All rights reserved. 1024 908 … … 1054 938 \l{GNU General Public License (GPL)}, the 1055 939 \l{GNU Lesser General Public License (LGPL)}, or the 1056 \l{Qt Commercial Edition s}{Qt Commercial License}. Instead, they are940 \l{Qt Commercial Edition}{Qt Commercial License}. Instead, they are 1057 941 distributed under the following license. 1058 942 1059 943 \legalese 1060 Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).\br944 Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\br 1061 945 All rights reserved.\br 1062 946 Contact: Nokia Corporation (qt-info@nokia.com) … … 1092 976 \endlegalese 1093 977 */ 1094 1095 /*!1096 \page qtassistant.html1097 \title QtAssistant1098 1099 This module is no longer needed. Use the QtHelp module to integrate documentation1100 into your application.1101 1102 \sa {QtHelp}1103 */
Note:
See TracChangeset
for help on using the changeset viewer.