summaryrefslogtreecommitdiff
path: root/src/controls/TableViewColumn.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-12 16:50:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-12 19:51:01 +0100
commit6d3733e5d948fad5a3cdb6173abe0506f82d3376 (patch)
tree9a0f6e77753a1929cfe95fd432d1a2b5936c2b59 /src/controls/TableViewColumn.qml
parent506b9eb0f4b5710f673edad782ca694ed4c0ca18 (diff)
downloadqtquickcontrols-6d3733e5d948fad5a3cdb6173abe0506f82d3376.tar.gz
TableView: fixed review findings
Change-Id: I78744eb158201bde24c13cd59c2fc7fe30b80ec0 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/TableViewColumn.qml')
-rw-r--r--src/controls/TableViewColumn.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml
index 923e9344..cf9e35ee 100644
--- a/src/controls/TableViewColumn.qml
+++ b/src/controls/TableViewColumn.qml
@@ -44,7 +44,7 @@ import QtQuick 2.0
\qmltype TableViewColumn
\inqmlmodule QtQuick.Controls 1.0
\ingroup viewitems
- \brief Used by the \l TableView to define a column header.
+ \brief Used to define columns in a \l TableView.
*/
QtObject {
@@ -58,9 +58,6 @@ QtObject {
The default value depends on platform. */
property int width: 160
- /*! The horizontal offset of the column. */
- property int x
-
/*! The visible status of the column. */
property bool visible: true