diff options
Diffstat (limited to 'src/controls')
| -rw-r--r-- | src/controls/Menu.qml | 1 | ||||
| -rw-r--r-- | src/controls/TabView.qml | 2 | ||||
| -rw-r--r-- | src/controls/doc/src/qtquickcontrols-index.qdoc | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/src/controls/Menu.qml b/src/controls/Menu.qml index 34126e254..6ae807a83 100644 --- a/src/controls/Menu.qml +++ b/src/controls/Menu.qml @@ -46,6 +46,7 @@ import "Styles/Settings.js" as Settings /*! \qmltype Menu \inqmlmodule QtQuick.Controls 1.0 + \ingroup applicationwindow \inherits MenuItem \brief Menu provides a menu component for use in menu bars, context menus, and other popup menus. diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml index 89649255f..fcf347448 100644 --- a/src/controls/TabView.qml +++ b/src/controls/TabView.qml @@ -47,7 +47,7 @@ import "Styles/Settings.js" as Settings \qmltype TabView \inqmlmodule QtQuick.Controls 1.0 \ingroup views - \brief A conrol that allows the user to select one of multiple stacked items. + \brief A control that allows the user to select one of multiple stacked items. */ diff --git a/src/controls/doc/src/qtquickcontrols-index.qdoc b/src/controls/doc/src/qtquickcontrols-index.qdoc index abb96416d..25b61c380 100644 --- a/src/controls/doc/src/qtquickcontrols-index.qdoc +++ b/src/controls/doc/src/qtquickcontrols-index.qdoc @@ -33,7 +33,7 @@ \section1 Getting started - The QML types can be imported into your applciation using the following import statement in your \c {.qml} file. + The QML types can be imported into your application using the following import statement in your \c {.qml} file. \code import QtQuick.Controls 1.0 @@ -44,7 +44,7 @@ \annotatedlist applicationwindow \section1 Navigation and Views - Views are controls that present or present other items on screen. + Views typically let the user manage or present other components in a layout. \annotatedlist views \section1 Controls |
