summaryrefslogtreecommitdiffstats
path: root/qtbrowserplugin/examples/trivial/trivial.qdoc
blob: 6d848dc8b279f4b2d4f33249339af428236585ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
// SPDX-License-Identifier: BSD-3-Clause

/*! \page qtbrowserplugin-example-trivial.html

  \title Trivial Example

  This example is trivial, and thus useful for investigating problems
  you might have installing plugins. If everything works correctly,
  the \c trivial plugin should appear below as a rectangular field
  below with some text in it:

  \raw HTML
  <object id="TrivialObject" TYPE=trivial/very WIDTH=200 HEIGHT=100 text="Very Trivial!">
  </object>
  \endraw

  Implementation:

  \quotefile trivial/trivial.cpp
*/