QQuickWidget: expose the underlying QQuickWindow
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Thu, 26 Mar 2015 20:34:42 +0000 (21:34 +0100)
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Fri, 27 Mar 2015 09:28:29 +0000 (09:28 +0000)
commit9cd486186e1e4e78f4f1b7e4a9142008a254c8cd
tree34bbe45bfe86d28851ec8e5c501a2499c3499954
parent5ac1654715b3e268d86570c860460f24697f2267
QQuickWidget: expose the underlying QQuickWindow

There's a number of APIs (such as all the scenegraph-related
signals) that are currently missing from QQuickWidget.
Instead of duplicating every API in QQuickWidget, simply expose
the underlying offscreen QQuickWindow.

Task-number: QTBUG-45260
Change-Id: I1a89fe600ce675963ea24ee6dd56d6ca4fea9cd2
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
src/quickwidgets/qquickwidget.cpp
src/quickwidgets/qquickwidget.h
tests/auto/quickwidgets/qquickwidget/tst_qquickwidget.cpp