summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/cookiebrowser/doc/src/cookiebrowser.qdoc
blob: fe6d1b046738cbf25b9855be123eb1e5e6d8fe2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example webenginewidgets/cookiebrowser
    \title WebEngine Cookie Browser Example
    \ingroup webengine-widgetexamples
    \brief A cookie browser based on \QWE Widgets.

    \image cookiebrowser.png

    \e {Cookie Browser} demonstrates how to use the \l{Qt WebEngine Widgets C++ Classes}
    {Qt WebEngine C++ classes} to manage cookies. The browser can be used to view cookie content as
    well as delete cookies and add new cookies.

    \include examples-run.qdocinc

    \section1 Files and Attributions

    The example uses icons from the Tango Icon Library:

    \table
    \row
        \li \l{cookiebrowser-tango}{Tango Icon Library}
        \li Public Domain
    \endtable
*/