Move the module qdoc files from qtdoc and split up doc/src.
[profile/ivi/qtbase.git] / doc / src / widgets / qtwidgets.qdoc
1 /*!
2     \module QtWidgets
3     \title QtWidgets Module
4     \ingroup modules
5
6     \brief The QtWidgets module extends QtGui with C++ widget functionality.
7
8     To include the definitions of the module's classes, use the
9     following directive:
10
11     \snippet doc/src/snippets/code/doc_src_qtwidgets.cpp 1
12
13     To link against the module, add this line to your \l qmake \c
14     .pro file:
15
16     \snippet doc/src/snippets/code/doc_src_qtwidgets.pro 0
17 */
18