summaryrefslogtreecommitdiffstats
path: root/src/controls
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-10-23 14:26:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-23 15:30:47 +0200
commitfb99780dbae5b5f1bc972db83f612e9d3fafa75a (patch)
tree2312c4f308fc9ed697ede5ea8e2e0d091fd560ed /src/controls
parentbafa80245879a2a4b22f3f732e710ba0a04b93a5 (diff)
Doc: Fix links to Qt Quick Controls Styles items
Change-Id: I406c159fbc573e8b0a999d85fd6fb546b71634ac Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls')
-rw-r--r--src/controls/BusyIndicator.qml2
-rw-r--r--src/controls/Button.qml2
-rw-r--r--src/controls/CheckBox.qml2
-rw-r--r--src/controls/ComboBox.qml2
-rw-r--r--src/controls/ProgressBar.qml2
-rw-r--r--src/controls/RadioButton.qml2
-rw-r--r--src/controls/ScrollView.qml2
-rw-r--r--src/controls/Slider.qml2
-rw-r--r--src/controls/Switch.qml2
-rw-r--r--src/controls/TabView.qml2
-rw-r--r--src/controls/TableView.qml3
-rw-r--r--src/controls/TextField.qml2
-rw-r--r--src/controls/ToolButton.qml2
13 files changed, 15 insertions, 12 deletions
diff --git a/src/controls/BusyIndicator.qml b/src/controls/BusyIndicator.qml
index 47c7f8cd6..01820bb82 100644
--- a/src/controls/BusyIndicator.qml
+++ b/src/controls/BusyIndicator.qml
@@ -53,7 +53,7 @@ import QtQuick.Controls.Private 1.0
being loaded or the UI is blocked waiting for a resource to become available.
You can create a custom appearance for a Busy Indicator by
- assigning a \l BusyIndicatorStyle.
+ assigning a \l {QtQuick.Controls.Styles::BusyIndicatorStyle}{BusyIndicatorStyle}.
*/
Control {
id: indicator
diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index cd423774c..1875e423a 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -57,7 +57,7 @@ import QtQuick.Controls.Private 1.0
Button is similar to the QPushButton widget.
You can create a custom appearance for a Button by
- assigning a \l ButtonStyle.
+ assigning a \l {QtQuick.Controls.Styles::ButtonStyle}{ButtonStyle}.
*/
BasicButton {
id: button
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml
index 9e140dd09..00671755c 100644
--- a/src/controls/CheckBox.qml
+++ b/src/controls/CheckBox.qml
@@ -87,7 +87,7 @@ import QtQuick.Controls.Private 1.0
Whenever a CheckBox is clicked, it emits the \l {AbstractCheckable::clicked}{clicked()} signal.
You can create a custom appearance for a CheckBox by
- assigning a \l CheckBoxStyle.
+ assigning a \l {QtQuick.Controls.Styles::CheckBoxStyle}{CheckBoxStyle}.
*/
AbstractCheckable {
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 67a24f4f9..4ada75e7f 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -100,7 +100,7 @@ import QtQuick.Controls.Private 1.0
You can create a custom appearance for a ComboBox by
- assigning a \l ComboBoxStyle.
+ assigning a \l {QtQuick.Controls.Styles::ComboBoxStyle}{ComboBoxStyle}.
*/
Control {
diff --git a/src/controls/ProgressBar.qml b/src/controls/ProgressBar.qml
index 9c6a50372..523f3978e 100644
--- a/src/controls/ProgressBar.qml
+++ b/src/controls/ProgressBar.qml
@@ -53,7 +53,7 @@ import QtQuick.Controls.Private 1.0
\l value is updated regularly and must be between \l minimumValue and \l maximumValue.
You can create a custom appearance for a ProgressBar by
- assigning a \l ProgressBarStyle.
+ assigning a \l {QtQuick.Controls.Styles::ProgressBarStyle}{ProgressBarStyle}.
*/
Control {
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml
index 6b316c533..5ab7f68cb 100644
--- a/src/controls/RadioButton.qml
+++ b/src/controls/RadioButton.qml
@@ -74,7 +74,7 @@ import QtQuick.Controls.Private 1.0
\endqml
You can create a custom appearance for a RadioButton by
- assigning a \l RadioButtonStyle.
+ assigning a \l {QtQuick.Controls.Styles::RadioButtonStyle}{RadioButtonStyle}.
*/
AbstractCheckable {
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml
index add651e8c..6f1187ea5 100644
--- a/src/controls/ScrollView.qml
+++ b/src/controls/ScrollView.qml
@@ -81,7 +81,7 @@ import QtQuick.Controls.Styles 1.1
\l flickableItem.
You can create a custom appearance for a ScrollView by
- assigning a \l ScrollViewStyle.
+ assigning a \l {QtQuick.Controls.Styles::ScrollViewStyle}{ScrollViewStyle}.
*/
FocusScope {
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index 24221b839..d87bb526a 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -63,7 +63,7 @@ import QtQuick.Controls.Private 1.0
needed, you can set the \l stepSize.
You can create a custom appearance for a Slider by
- assigning a \l SliderStyle.
+ assigning a \l {QtQuick.Controls.Styles::SliderStyle}{SliderStyle}.
*/
Control {
diff --git a/src/controls/Switch.qml b/src/controls/Switch.qml
index 92f59f68f..bed46a844 100644
--- a/src/controls/Switch.qml
+++ b/src/controls/Switch.qml
@@ -64,7 +64,7 @@ import QtQuick.Controls.Private 1.0
\endqml
You can create a custom appearance for a Switch by
- assigning a \l SwitchStyle.
+ assigning a \l {QtQuick.Controls.Styles::SwitchStyle}{SwitchStyle}.
*/
Control {
diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml
index 6b9422946..e20bcf224 100644
--- a/src/controls/TabView.qml
+++ b/src/controls/TabView.qml
@@ -50,7 +50,7 @@ import QtQuick.Controls.Private 1.0
\brief A control that allows the user to select one of multiple stacked items.
You can create a custom appearance for a TabView by
- assigning a \l TabViewStyle.
+ assigning a \l {QtQuick.Controls.Styles::TabViewStyle}{TabViewStyle}.
*/
FocusScope {
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 6ade774d0..9aa5cf2c5 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -91,6 +91,9 @@ import QtQuick.Controls.Styles 1.1
\li bool sortIndicatorVisible - Whether the sort indicator should be enabled
\li enum sortIndicatorOrder - Qt.AscendingOrder or Qt.DescendingOrder depending on state
\endlist
+
+ You can create a custom appearance for a TableView by
+ assigning a \l {QtQuick.Controls.Styles::TableViewStyle}{TableViewStyle}.
*/
ScrollView {
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 8ac2e2733..006ab7dc3 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -55,7 +55,7 @@ import QtQuick.Controls.Private 1.0
TextField to be used for a password input field.
You can create a custom appearance for a TextField by
- assigning a \l TextFieldStyle.
+ assigning a \l {QtQuick.Controls.Styles::TextFieldStyle}{TextFieldStyle}.
\sa TextArea, TextInput
*/
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml
index fe81fb8f0..0ff62ec45 100644
--- a/src/controls/ToolButton.qml
+++ b/src/controls/ToolButton.qml
@@ -59,7 +59,7 @@ import QtQuick.Controls.Private 1.0
\endcode
You can create a custom appearance for a ToolButton by
- assigning a \l ButtonStyle.
+ assigning a \l {QtQuick.Controls.Styles::ButtonStyle}{ButtonStyle}.
*/
Button {