doc/src/platforms/qt-embedded-linux.qdoc
branchRCL_3
changeset 8 3f74d0d4af4c
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
       
     1 /****************************************************************************
       
     2 **
       
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 ** All rights reserved.
       
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     6 **
       
     7 ** This file is part of the documentation of the Qt Toolkit.
       
     8 **
       
     9 ** $QT_BEGIN_LICENSE:LGPL$
       
    10 ** No Commercial Usage
       
    11 ** This file contains pre-release code and may not be distributed.
       
    12 ** You may use this file in accordance with the terms and conditions
       
    13 ** contained in the Technology Preview License Agreement accompanying
       
    14 ** this package.
       
    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 ** If you have questions regarding the use of this file, please contact
       
    29 ** Nokia at qt-info@nokia.com.
       
    30 **
       
    31 **
       
    32 **
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 ** $QT_END_LICENSE$
       
    39 **
       
    40 ****************************************************************************/
       
    41 
       
    42 /*!
       
    43     \group qws
       
    44     \title Qt for Embedded Linux Classes
       
    45     \ingroup groups
       
    46     \ingroup qt-embedded-linux
       
    47     \ingroup platform-specific
       
    48 
       
    49     \brief Classes that are specific to Qt for Embedded Linux.
       
    50 
       
    51     These classes are relevant to \l{Qt for Embedded Linux} users.
       
    52 */
       
    53 
       
    54 
       
    55 /*!
       
    56     \group qt-embedded-linux
       
    57     \ingroup qt-embedded
       
    58     \title Qt for Embedded Linux
       
    59     \brief Documents specifically about Qt for Embedded Linux.
       
    60 
       
    61     Qt for Embedded Linux is a C++ framework for GUI and application development
       
    62     for embedded devices. It runs on a variety of processors, usually
       
    63     with Embedded Linux.  Qt for Embedded Linux provides the standard Qt API for
       
    64     embedded devices with a lightweight window system.
       
    65 
       
    66     \image qt-embedded-linux-architecture.png
       
    67 
       
    68     Qt for Embedded Linux applications write directly to the framebuffer,
       
    69     eliminating the need for the X Window System and saving memory.
       
    70     The Linux framebuffer is enabled by default on all modern Linux
       
    71     distributions. For information on older versions, please refer to
       
    72     the \l{Framebuffer HOWTO} document. For development
       
    73     and debugging purposes, Qt for Embedded Linux provides a \l {The
       
    74     Virtual Framebuffer}{virtual framebuffer}. It is also possible to
       
    75     run an application using the
       
    76     \l{The VNC Protocol and Qt for Embedded Linux}{VNC protocol}.
       
    77 
       
    78     \table 100%
       
    79     \header \o Getting Started \o Reference \o Features
       
    80     \row
       
    81     \o
       
    82      \list
       
    83         \o \l {Qt for Embedded Linux Architecture}{Architecture Overview}
       
    84         \o \l {Installing Qt on Embedded Linux}{Installation}
       
    85         \o \l {Running Qt for Embedded Linux Applications}{Running Applications}
       
    86         \o \l {Qt for Embedded Linux Examples}{Examples}
       
    87     \endlist
       
    88     \o
       
    89     \list
       
    90         \o \l {Qt for Embedded Linux Classes}{Classes}
       
    91         \o \l {Qt for Embedded Linux Environment Variables}{Environment Variables}
       
    92         \o \l {Licenses for Fonts Used in Qt for Embedded Linux}{Font Licenses}
       
    93     \endlist
       
    94     \o
       
    95     \list
       
    96         \o \l {Qt for Embedded Linux Pointer Handling}{Pointer Handling}
       
    97         \o \l {Qt for Embedded Linux Character Input}{Character Input}
       
    98         \o \l {Qt for Embedded Linux Display Management}{Display Management}
       
    99         \o \l {Qt for Embedded Linux Hardware Accelerated Graphics}{Hardware Accelerated Graphics}
       
   100         \o \l {Qt for Embedded Linux Fonts}{Fonts}
       
   101     \endlist
       
   102 
       
   103     \header \o Development \o Porting \o Optimization
       
   104     \row
       
   105     \o
       
   106      \list
       
   107         \o \l {The Virtual Framebuffer}{Virtual Framebuffer}
       
   108         \o \l {The VNC Protocol and Qt for Embedded Linux}{VNC Protocol}
       
   109         \o \l {Testing the Linux Framebuffer}
       
   110         \o \l {Cross Compiling Qt for Embedded Linux Applications}{Cross Compiling Applications}
       
   111         \o \l {Deploying Qt for Embedded Linux Applications}{Deploying Applications}
       
   112     \endlist
       
   113     \o
       
   114     \list
       
   115         \o \l {Porting Qt Applications to Qt for Embedded Linux}
       
   116         \o \l {Porting Qt for Embedded Linux to a New Architecture}
       
   117         \o \l {Porting Qt for Embedded Linux to Another Operating System}
       
   118     \endlist
       
   119     \o
       
   120     \list
       
   121         \o \l {Qt Performance Tuning}
       
   122         \o \l {Fine-Tuning Features in Qt}
       
   123         \o \l {Adding an Accelerated Graphics Driver to Qt for Embedded Linux}{Adding an Accelerated Graphics Driver}
       
   124     \endlist
       
   125     \endtable
       
   126 */