summaryrefslogtreecommitdiff
path: root/src/controls/SplitView.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-03 10:43:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-03 14:54:08 +0200
commitcbd4b0f4e83cd458bd0f1ecbb53f1d789dfe9ff7 (patch)
tree429c7d508546f4c9bf0012e67ac8ec439644233e /src/controls/SplitView.qml
parent3eee91908e8bd0c5f3c3ebe59ef1e179c8d1eb68 (diff)
downloadqtquickcontrols-cbd4b0f4e83cd458bd0f1ecbb53f1d789dfe9ff7.tar.gz
Doc: Fixes warnings
Fixes issues including: - Misspelled links - Links to signal with arguments - \table in SplitView.qml - Links to current file Change-Id: I2cbadf661a641f19ed55f6854922b2b69966bc9c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/controls/SplitView.qml')
-rw-r--r--src/controls/SplitView.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml
index aba7809f..ff44a03a 100644
--- a/src/controls/SplitView.qml
+++ b/src/controls/SplitView.qml
@@ -130,12 +130,12 @@ Item {
child item. Inside the delegate the following properties are available:
\table
- \li readonly property bool styleData.index - Specifies the index of the splitter handle. The handle
+ \row \li readonly property bool styleData.index \li Specifies the index of the splitter handle. The handle
between the first and the second item will get index 0,
the next handle index 1 etc.
- \li readonly property bool styleData.hovered - The handle is being hovered.
- \li readonly property bool styleData.pressed - The handle is being pressed.
- \li readonly property bool styleData.resizing - The handle is being dragged.
+ \row \li readonly property bool styleData.hovered \li The handle is being hovered.
+ \row \li readonly property bool styleData.pressed \li The handle is being pressed.
+ \row \li readonly property bool styleData.resizing \li The handle is being dragged.
\endtable
*/