aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview/pixelator
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-08-16 12:48:55 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-08-22 05:46:24 +0000
commit409f30232666a71e7cd374d74b52af69a75a8f84 (patch)
treedcd6a45269aaae07ca9f9f8bc50e89012205eeda /examples/quick/tableview/pixelator
parentfb02976cbec61b5a3f53b8245e8a9afb4df4fa63 (diff)
QQuickTableView: move TableView from Qt.labs to QtQuick
TableView is now ready for Qt-5.12. The only thing missing is documentation, which is currently being written, and on the way. So remove the temporary labs plugin that used to register TableView, and register it together with the other QtQuick items. Change-Id: I7f360eac3934d228904a4133363e336afe0c451a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/quick/tableview/pixelator')
-rw-r--r--examples/quick/tableview/pixelator/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/tableview/pixelator/main.qml b/examples/quick/tableview/pixelator/main.qml
index f471fc5c6b..38a25f439f 100644
--- a/examples/quick/tableview/pixelator/main.qml
+++ b/examples/quick/tableview/pixelator/main.qml
@@ -51,7 +51,6 @@
import QtQuick 2.12
import QtQuick.Window 2.12
-import Qt.labs.tableview 1.0
import ImageModel 1.0