aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-02-19 14:10:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-20 15:30:11 +0100
commit32ce3d2714c0e327d96183f99578417b89946f80 (patch)
tree3de91010101b2960b0ff20c90c07ec91d99cd538 /dist
parent6df89c3b9d4e88d600c80aa3f39718fcab14fc6f (diff)
Update QQuickWidget docs and changelog
Change-Id: I853295f31cf9367a8e11157c9ef0764174c614cf Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.3.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-5.3.0 b/dist/changes-5.3.0
index 5cda809d97..05550765d4 100644
--- a/dist/changes-5.3.0
+++ b/dist/changes-5.3.0
@@ -42,6 +42,12 @@ QtQml
QtQuick
------
+- Introduced QQuickWidget. This is the equivalent of QQuickView in the
+ QWidget world. It allows easy and flexible embedding of QtQuick
+ scenes into widget-based application windows without the
+ restrictions imposed by QWidget::createWindowContainer().
+
+
****************************************************************************
* Database Drivers *
****************************************************************************