diff options
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 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 |