diff options
author | Paul Wicking <paul.wicking@qt.io> | 2018-06-18 15:42:24 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2018-06-19 09:54:24 +0000 |
commit | 3b71eea2e6e712103452c98756cd6ce53aa4ebca (patch) | |
tree | 2b2284a8794a3db83483d33089749ab711330c1d /src/controls | |
parent | 191a2fe59cbaf7603d502fa764b4737f49422010 (diff) | |
download | qtquickcontrols-3b71eea2e6e712103452c98756cd6ce53aa4ebca.tar.gz |
Doc: Add missing dots (qtquickcontrols)
Task-number: QTBUG-68933
Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/controls')
22 files changed, 24 insertions, 24 deletions
diff --git a/src/controls/Calendar.qml b/src/controls/Calendar.qml index a5b32210..3a225744 100644 --- a/src/controls/Calendar.qml +++ b/src/controls/Calendar.qml @@ -47,7 +47,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls \since 5.3 \ingroup controls - \brief Provides a way to select dates from a calendar + \brief Provides a way to select dates from a calendar. \image calendar.png diff --git a/src/controls/Styles/Base/ApplicationWindowStyle.qml b/src/controls/Styles/Base/ApplicationWindowStyle.qml index bd34e3c2..398567bb 100644 --- a/src/controls/Styles/Base/ApplicationWindowStyle.qml +++ b/src/controls/Styles/Base/ApplicationWindowStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.4 \ingroup controlsstyling - \brief Provides custom styling for ApplicationWindow + \brief Provides custom styling for ApplicationWindow. You can create a custom window background by replacing the "background" delegate of ApplicationWindowStyle with a custom design. diff --git a/src/controls/Styles/Base/BusyIndicatorStyle.qml b/src/controls/Styles/Base/BusyIndicatorStyle.qml index ac49f6d1..da2a2aa5 100644 --- a/src/controls/Styles/Base/BusyIndicatorStyle.qml +++ b/src/controls/Styles/Base/BusyIndicatorStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.2 \ingroup controlsstyling - \brief Provides custom styling for BusyIndicatorStyle + \brief Provides custom styling for BusyIndicatorStyle. You can create a busy indicator by replacing the "indicator" delegate of the BusyIndicatorStyle with a custom design. diff --git a/src/controls/Styles/Base/ButtonStyle.qml b/src/controls/Styles/Base/ButtonStyle.qml index bc597f35..5a3fa551 100644 --- a/src/controls/Styles/Base/ButtonStyle.qml +++ b/src/controls/Styles/Base/ButtonStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for Button + \brief Provides custom styling for Button. You can create a custom button by replacing the "background" delegate of the ButtonStyle with a custom design. diff --git a/src/controls/Styles/Base/CalendarStyle.qml b/src/controls/Styles/Base/CalendarStyle.qml index 9da43ce5..20459274 100644 --- a/src/controls/Styles/Base/CalendarStyle.qml +++ b/src/controls/Styles/Base/CalendarStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.3 \ingroup controlsstyling - \brief Provides custom styling for \l Calendar + \brief Provides custom styling for \l Calendar. \section2 Component Map diff --git a/src/controls/Styles/Base/CheckBoxStyle.qml b/src/controls/Styles/Base/CheckBoxStyle.qml index 98f45740..a476a953 100644 --- a/src/controls/Styles/Base/CheckBoxStyle.qml +++ b/src/controls/Styles/Base/CheckBoxStyle.qml @@ -48,7 +48,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for CheckBox + \brief Provides custom styling for CheckBox. Example: \qml diff --git a/src/controls/Styles/Base/ComboBoxStyle.qml b/src/controls/Styles/Base/ComboBoxStyle.qml index 764fe29f..ea13696c 100644 --- a/src/controls/Styles/Base/ComboBoxStyle.qml +++ b/src/controls/Styles/Base/ComboBoxStyle.qml @@ -48,7 +48,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for ComboBox + \brief Provides custom styling for ComboBox. */ Style { diff --git a/src/controls/Styles/Base/MenuBarStyle.qml b/src/controls/Styles/Base/MenuBarStyle.qml index 7add8f09..5992d981 100644 --- a/src/controls/Styles/Base/MenuBarStyle.qml +++ b/src/controls/Styles/Base/MenuBarStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.3 \ingroup controlsstyling - \brief Provides custom styling for MenuBar + \brief Provides custom styling for MenuBar. \note Styling menu bars may not be supported on platforms using native menu bars through their QPA plugin. diff --git a/src/controls/Styles/Base/MenuStyle.qml b/src/controls/Styles/Base/MenuStyle.qml index dc92eb15..13a889c4 100644 --- a/src/controls/Styles/Base/MenuStyle.qml +++ b/src/controls/Styles/Base/MenuStyle.qml @@ -47,7 +47,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.3 \ingroup controlsstyling - \brief Provides custom styling for Menu + \brief Provides custom styling for Menu. \target styleData properties The \b styleData object contains the following read-only properties: diff --git a/src/controls/Styles/Base/ProgressBarStyle.qml b/src/controls/Styles/Base/ProgressBarStyle.qml index caceff07..b65c0f40 100644 --- a/src/controls/Styles/Base/ProgressBarStyle.qml +++ b/src/controls/Styles/Base/ProgressBarStyle.qml @@ -47,7 +47,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for ProgressBar + \brief Provides custom styling for ProgressBar. Example: \qml diff --git a/src/controls/Styles/Base/RadioButtonStyle.qml b/src/controls/Styles/Base/RadioButtonStyle.qml index 768345b9..6e3a2dc4 100644 --- a/src/controls/Styles/Base/RadioButtonStyle.qml +++ b/src/controls/Styles/Base/RadioButtonStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for RadioButton + \brief Provides custom styling for RadioButton. Example: \qml diff --git a/src/controls/Styles/Base/ScrollViewStyle.qml b/src/controls/Styles/Base/ScrollViewStyle.qml index 26285c85..6750399d 100644 --- a/src/controls/Styles/Base/ScrollViewStyle.qml +++ b/src/controls/Styles/Base/ScrollViewStyle.qml @@ -47,7 +47,7 @@ import QtQuick.Controls.Private 1.0 \since 5.1 \ingroup viewsstyling \ingroup controlsstyling - \brief Provides custom styling for ScrollView + \brief Provides custom styling for ScrollView. */ Style { id: root diff --git a/src/controls/Styles/Base/SliderStyle.qml b/src/controls/Styles/Base/SliderStyle.qml index 085fa56e..ca503064 100644 --- a/src/controls/Styles/Base/SliderStyle.qml +++ b/src/controls/Styles/Base/SliderStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for Slider + \brief Provides custom styling for Slider. The slider style allows you to create a custom appearance for a \l Slider control. diff --git a/src/controls/Styles/Base/SpinBoxStyle.qml b/src/controls/Styles/Base/SpinBoxStyle.qml index c2a2e013..bc57ef6e 100644 --- a/src/controls/Styles/Base/SpinBoxStyle.qml +++ b/src/controls/Styles/Base/SpinBoxStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.2 \ingroup controlsstyling - \brief Provides custom styling for SpinBox + \brief Provides custom styling for SpinBox. Example: \qml diff --git a/src/controls/Styles/Base/StatusBarStyle.qml b/src/controls/Styles/Base/StatusBarStyle.qml index a6348259..8b620424 100644 --- a/src/controls/Styles/Base/StatusBarStyle.qml +++ b/src/controls/Styles/Base/StatusBarStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \ingroup controlsstyling \since 5.2 - \brief Provides custom styling for StatusBar + \brief Provides custom styling for StatusBar. The status bar can be defined by overriding the background component and setting the content padding. diff --git a/src/controls/Styles/Base/SwitchStyle.qml b/src/controls/Styles/Base/SwitchStyle.qml index bb4ca120..39db036b 100644 --- a/src/controls/Styles/Base/SwitchStyle.qml +++ b/src/controls/Styles/Base/SwitchStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.2 \ingroup controlsstyling - \brief Provides custom styling for Switch + \brief Provides custom styling for Switch. Example: \qml diff --git a/src/controls/Styles/Base/TabViewStyle.qml b/src/controls/Styles/Base/TabViewStyle.qml index e6db324a..2d7d2d91 100644 --- a/src/controls/Styles/Base/TabViewStyle.qml +++ b/src/controls/Styles/Base/TabViewStyle.qml @@ -47,7 +47,7 @@ import QtQuick.Controls.Private 1.0 \since 5.1 \ingroup viewsstyling \ingroup controlsstyling - \brief Provides custom styling for TabView + \brief Provides custom styling for TabView. \qml TabView { diff --git a/src/controls/Styles/Base/ToolBarStyle.qml b/src/controls/Styles/Base/ToolBarStyle.qml index 967deccf..8c34efa9 100644 --- a/src/controls/Styles/Base/ToolBarStyle.qml +++ b/src/controls/Styles/Base/ToolBarStyle.qml @@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \ingroup controlsstyling \since 5.2 - \brief Provides custom styling for ToolBar + \brief Provides custom styling for ToolBar. The tool bar can be defined by overriding the background component and setting the content padding. diff --git a/src/controls/doc/src/qtquickcontrols-examples.qdoc b/src/controls/doc/src/qtquickcontrols-examples.qdoc index 08f61e10..fff6103e 100644 --- a/src/controls/doc/src/qtquickcontrols-examples.qdoc +++ b/src/controls/doc/src/qtquickcontrols-examples.qdoc @@ -208,7 +208,7 @@ \example touch \title Qt Quick Controls - Touch Gallery \ingroup qtquickcontrols_examples - \brief Demonstrates UI controls for a touch interface + \brief Demonstrates UI controls for a touch interface. \image qtquickcontrols-example-touch.png \e {Touch Gallery} demonstrates how to implement a UI suitable for touch @@ -454,7 +454,7 @@ \example calendar \title Qt Quick Controls - Calendar Example \ingroup qtquickcontrols_examples - \brief Demonstrates the use of Calendar control + \brief Demonstrates the use of Calendar control. \image qtquickcontrols-example-calendar.png The Calendar example displays a Calendar control and an events list for @@ -542,7 +542,7 @@ \example styles \title Qt Quick Controls - Styles Example \ingroup qtquickcontrols_examples - \brief Demonstrates custom styles + \brief Demonstrates custom styles. \image qtquickcontrols-example-styles.png This example shows how to create custom styles for \l{Qt Quick Controls}. diff --git a/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc b/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc index efb4094d..51f7ca8b 100644 --- a/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc +++ b/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc @@ -32,7 +32,7 @@ \since 5.1 \ingroup viewsstyling \ingroup controlsstyling - \brief Provides custom styling for TableView + \brief Provides custom styling for TableView. */ /*! diff --git a/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc b/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc index 4e135f26..224621aa 100644 --- a/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc +++ b/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc @@ -32,7 +32,7 @@ \since 5.5 \ingroup viewsstyling \ingroup controlsstyling - \brief Provides custom styling for TreeView + \brief Provides custom styling for TreeView. */ /*! diff --git a/src/controls/qquickaction.cpp b/src/controls/qquickaction.cpp index 836c02da..27fd3377 100644 --- a/src/controls/qquickaction.cpp +++ b/src/controls/qquickaction.cpp @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE \ingroup applicationwindow \ingroup controls \inqmlmodule QtQuick.Controls - \brief Action provides an abstract user interface action that can be bound to items + \brief Action provides an abstract user interface action that can be bound to items. \image menubar-action.png |