Commit c3c70641 authored by Jerome Pasion's avatar Jerome Pasion Committed by The Qt Project
Browse files

Doc: Edited ApplicationWindow documentation.


-added missing period and edited \brief.

Change-Id: Ibea9ffcf5f729f30efbc09982e6abbd44006704e
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent 93c71016
No related merge requests found
Showing with 7 additions and 7 deletions
...@@ -48,11 +48,11 @@ import QtQuick.Controls.Private 1.0 ...@@ -48,11 +48,11 @@ import QtQuick.Controls.Private 1.0
\qmltype ApplicationWindow \qmltype ApplicationWindow
\inqmlmodule QtQuick.Controls 1.0 \inqmlmodule QtQuick.Controls 1.0
\ingroup applicationwindow \ingroup applicationwindow
\brief ApplicationWindow provides a top-level application window. \brief Provides a top-level application window.
ApplicationWindow is a \l Window, but adds convenience ApplicationWindow is a \l Window, but adds convenience for positioning items
for positioning items such as \l MenuBar, \l ToolBar and \l StatusBar in a platform such as \l MenuBar, \l ToolBar and \l StatusBar in a platform independent
independent manner. manner.
\code \code
ApplicationWindow { ApplicationWindow {
...@@ -87,7 +87,7 @@ Window { ...@@ -87,7 +87,7 @@ Window {
/*! /*!
\qmlproperty MenuBar ApplicationWindow::menuBar \qmlproperty MenuBar ApplicationWindow::menuBar
This property holds the \l MenuBar This property holds the \l MenuBar.
By default this value is not set. By default this value is not set.
*/ */
...@@ -112,8 +112,8 @@ Window { ...@@ -112,8 +112,8 @@ Window {
It can be set to any Item type but is generally used with \l StatusBar. It can be set to any Item type but is generally used with \l StatusBar.
By default this value is not set. When you set the statusBar Item, it will By default this value is not set. When you set the statusBar Item, it
be anchored automatically into the ApplicationWindow. will be anchored automatically into the ApplicationWindow.
*/ */
property Item statusBar property Item statusBar
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment