qt5base-lts/tests/auto/widgets
Dyami Caliri 9c3a58a913 Recreate child windows when changing screens
When setting a new screen, the code calls QWindow::destroy(), which
recursively destroys all child windows. It then calls create() on the
top-level window, leaving child windows destroyed. This causes crashes
if you have embedded native widgets.

Task-number: QTBUG-40817
Change-Id: Iaace2589f48bbfd5faaf5ff95357ff43b310504a
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
2014-08-28 23:48:56 +02:00
..
dialogs Ensure transient parents are top level widgets. 2014-07-18 09:25:05 +02:00
effects QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
graphicsview Stabilize and speed up tst_QGraphicsItem::cursor(). 2014-05-22 21:44:01 +02:00
itemviews Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex(). 2014-05-06 16:35:56 +02:00
kernel Recreate child windows when changing screens 2014-08-28 23:48:56 +02:00
styles Uncomment some tests which accidently got commented 2014-08-07 10:08:51 +02:00
util QNX: Fix QCompleter autotest 2014-04-09 20:53:06 +02:00
widgets Show the correct cursor for QLineEdit's side buttons. 2014-08-12 14:56:23 +02:00
widgets.pro