summaryrefslogtreecommitdiffstats
path: root/src/controls
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-27 19:29:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-27 19:58:18 +0100
commitbdb81c6743e4b2ef76e2b4504dd399c20a68151d (patch)
tree3996d5160857510daee29f45fda9a6c7a6e900da /src/controls
parent4773418916deaaf9ad5fb1d283c719b60c6d8b1f (diff)
Some spelling fixes.
Change-Id: I1a7eff1a92e99e12369dd1e5a763c011350f381b Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls')
-rw-r--r--src/controls/Menu.qml1
-rw-r--r--src/controls/TabView.qml2
-rw-r--r--src/controls/doc/src/qtquickcontrols-index.qdoc4
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