diff options
author | Topi Reinio <topi.reinio@digia.com> | 2015-07-24 15:43:11 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2015-08-05 09:52:15 +0000 |
commit | fedb2eea6b1e42c9c6a21f772e5c50ef0747f2ba (patch) | |
tree | 81a56fa2b493eacd5668dd183b01b08ade4dcfdf /src/controls/ToolBar.qml | |
parent | c717082c098bbfc96848457436ca83db7b83e4c8 (diff) | |
download | qtquickcontrols-fedb2eea6b1e42c9c6a21f772e5c50ef0747f2ba.tar.gz |
Doc: Create proper QHP TOC entries for QML types, examples and tutorials
QDoc now supports using a \group name as a selector for QHP
subprojects. Use this to have the correct division of
Qt Quick Controls and Controls Styles QML types, as well as
a TOC entry for examples and tutorials.
Change-Id: I8e4b44c8876fd6bb3b2baebd956d6dc5d5223715
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/controls/ToolBar.qml')
-rw-r--r-- | src/controls/ToolBar.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/ToolBar.qml b/src/controls/ToolBar.qml index 48f62f16..f5d0a994 100644 --- a/src/controls/ToolBar.qml +++ b/src/controls/ToolBar.qml @@ -43,6 +43,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls \since 5.1 \ingroup applicationwindow + \ingroup controls \brief Contains ToolButton and related controls. \image toolbar.png |