diff options
| author | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-12 10:02:36 +0100 |
|---|---|---|
| committer | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-13 14:59:12 +0000 |
| commit | 95abac09523df5f0563f46ceb5365f80cb87a18c (patch) | |
| tree | cab91b55cebb14df0bfb20b44ec426b860308c4c /src/controls/TableViewColumn.qml | |
| parent | d04eb32908cfa7c6692bacfc292494b85ce3cd8a (diff) | |
Doc: Fix qml method signatures
So the return value and parameters can be seen in the documentation.
+ Fix minor doc issues
Change-Id: I99e520c103bb0faeb88b26eb7b9ff73922851abc
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/controls/TableViewColumn.qml')
| -rw-r--r-- | src/controls/TableViewColumn.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml index 53b9ed774..9bcdfe6d5 100644 --- a/src/controls/TableViewColumn.qml +++ b/src/controls/TableViewColumn.qml @@ -134,7 +134,8 @@ QtObject { Accessible.role: Accessible.ColumnHeader - /*! Resizes the column so that the implicitWidth of the contents on every row will fit. + /*! \qmlmethod void TableViewColumn::resizeToContents() + Resizes the column so that the implicitWidth of the contents on every row will fit. \since QtQuick.Controls 1.2 */ function resizeToContents() { var minWidth = 0 |
