• Leena Miettinen's avatar
    Doc: remove doc config file from Qt WebEngineWidgets submodule · 8318548b
    Leena Miettinen authored
    
    This helps maintaining the doc dependencies.
    
    All Qt WebEngine module docs are now generated in the
    /qtbase/doc/qtwebengine/ folder.
    
    Note that you must run qmake -r for the docs to be generated
    correctly after applying this patch.
    
    Add Qt WebEngine C++ Classes page that lists the C++ classes
    for the submodules.
    
    Modify snippet and example paths accordingly.
    
    Change-Id: I59431c5f766f30b59654ca4e2219b76c79137225
    Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
    8318548b
quicknanobrowser.qdoc 1.64 KiB
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
****************************************************************************/
/*!
    \example webengine/quicknanobrowser
    \title WebEngine Quick Nano Browser
    \ingroup webengine-examples
    \brief A web browser implemented using the WebEngineView QML type.
    The Quick Nano Browser demo shows the \l{Qt WebEngine} module in action,
    providing a little QML web browser with support for tabs and keyboard
    shortcuts.
    \image quicknanobrowser-demo.jpg
    \include examples-run.qdocinc