qt6-bb10/tests/auto/widgets
Jan Arve Saether 3ab6653d97 Fixed crash when adding items with spans
This only occurred if the item added was the only item in the last
row/column, since then the the internal grid failed to expand
(in this case it would always call expand(0, 0), which would not
create the extra row/column).

[ChangeLog][QtWidgets][QGridLayout] Fixed crash that sometimes happened
when adding items with spans that spanned to the bottom/right edge.

Task-number: QTBUG-38052
Change-Id: Iba95f6d9d9356b4d1c84c7b93f4af9b4ea0cf714
Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
2015-02-09 21:10:31 +00:00
..
dialogs Enter/Return should cause an edit inside an itemview on OS X 2015-01-23 10:35:14 +01:00
effects Update license headers and add new license files 2014-09-24 12:26:19 +02:00
gestures QPanGestureRecognizer: Make the number of touch points a parameter. 2014-11-17 14:38:15 +01:00
graphicsview Do not close popup widgets when showing a widget embedded into QGraphicsView. 2015-02-05 13:54:01 +00:00
itemviews Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeData() 2015-02-06 09:43:38 +00:00
kernel Fixed crash when adding items with spans 2015-02-09 21:10:31 +00:00
styles Android: Fix some QStyle tests 2015-01-08 10:07:06 +01:00
util Android: Fix some tests for QCompleter 2015-01-23 09:43:04 +01:00
widgets Suppress Ctrl/Ctrl+Shift keypresses in line/text edits. 2015-02-03 06:24:11 +00:00
widgets.pro Add autotest for QGestureRecognizer. 2014-10-23 21:11:28 +02:00