qt6-bb10/tests/auto/widgets
Mitch Curtis 61e0fa5d68 Make it obvious that adding a QLayout to QSplitter is not supported.
It does not make sense to add a QLayout to a QSplitter, since the
splitter manages its child widgets in the same manner as a QLayout.
The result of doing so is that the child widgets inside that layout
will lead to the splitter and the layout fighting to position the child
widgets.

QSplitter::addWidget should be used to add widgets directly to the
splitter instead.

Change-Id: I640b463cae8673f87354d28636bff4dd3cfb9679
Reviewed-by: Samu Voutilainen <samu.voutilainen@gmail.com>
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
2012-11-02 18:07:54 +01:00
..
dialogs Fix a crash in QFileDialog when selecting an invalid name filter. 2012-10-26 11:51:56 +02:00
effects Make QPen default to 1-width non-cosmetic. 2012-10-22 19:36:43 +02:00
graphicsview Fix: don't override the new non-cosmetic default pen in qwidget 2012-10-25 14:10:04 +02:00
itemviews Strip trailing whitespace in itemviews. 2012-11-01 16:10:32 +01:00
kernel Do the actual removal of the Soft Keys API and related code 2012-10-29 20:27:27 +01:00
styles Compile fix for tst_qstylesheetstyle.cpp 2012-11-01 16:12:15 +01:00
util normalise signal/slot signatures [QtWidgets tests] 2012-10-19 00:44:54 +02:00
widgets Make it obvious that adding a QLayout to QSplitter is not supported. 2012-11-02 18:07:54 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00