qt5base-lts/tests/auto/widgets
Gunnar Sletta 54b8c27e03 Fix crash when windowcontainer is used in a dockwidget
The dockwidget's toplevel window would be a parent of the container's
window when floating. When plugged back into the mainwindow the
dockwidget's window is destroyed and the container's window along
with it. Added a function toplevelAboutToBeDestroyed to unparent
the containers window before this happens so parentWasChanged will
work correctly.

Change-Id: I06679cfb3a8fa3834c0db0be5973c012b8277275
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
2013-11-20 14:10:37 +01:00
..
dialogs QWizard: give all buttons an objectName 2013-10-28 12:05:22 +01:00
effects QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
graphicsview Skip tst_QGraphicsItem::ensureUpdateOnTextItem() on OSX 10.7 2013-11-14 15:24:47 +01:00
itemviews Crash fix in QTreeView::sizeHintForColumn(). 2013-11-16 16:40:46 +01:00
kernel Fix crash when windowcontainer is used in a dockwidget 2013-11-20 14:10:37 +01:00
styles Test password mask delay and characters on Mac. 2013-07-11 10:56:49 +02:00
util QCompleter::setFilterMode() add property filterMode. 2013-09-20 23:45:06 +02:00
widgets Disable clear button in read-only QLineEdit. 2013-11-05 09:16:47 +01:00
widgets.pro