summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/controls/Styles/Base/SliderStyle.qml1
-rw-r--r--src/controls/TableViewColumn.qml3
-rw-r--r--src/controls/TextArea.qml3
3 files changed, 5 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/SliderStyle.qml b/src/controls/Styles/Base/SliderStyle.qml
index cd361910..0d341a73 100644
--- a/src/controls/Styles/Base/SliderStyle.qml
+++ b/src/controls/Styles/Base/SliderStyle.qml
@@ -140,6 +140,7 @@ Style {
}
/*! This property holds the tick mark labels
+ \since QtQuick.Controls.Styles 1.1
You can access the handle width through the \c styleData.handleWidth property.
*/
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml
index 61e9fd5e..f2e16ac0 100644
--- a/src/controls/TableViewColumn.qml
+++ b/src/controls/TableViewColumn.qml
@@ -68,7 +68,8 @@ QtObject {
/*! The visible status of the column. */
property bool visible: true
- /*! Determines if the column should be resizable. */
+ /*! Determines if the column should be resizable.
+ \since QtQuick.Controls 1.1 */
property bool resizable: true
/*! \qmlproperty enumeration TableViewColumn::elideMode
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml
index 86e10b9c..31762d20 100644
--- a/src/controls/TextArea.qml
+++ b/src/controls/TextArea.qml
@@ -632,7 +632,8 @@ ScrollView {
/*! \internal */
default property alias data: area.data
- /*! \qmlproperty int TextArea::textMargin
+ /*! \qmlproperty real TextArea::textMargin
+ \since QtQuick.Controls 1.1
The margin, in pixels, around the text in the TextArea.
*/