qt5base-lts/tests/auto/corelib
Olga Radko c88305b68d QSortFilterProxyModel: add test for inserting via a QComboBox
This new test double-checks the bugfix for QSortFilterProxyModel::insertRows
in commit 70ba75519d. Previously, when using QComboBox on top of
QSortFilterProxyModel and calling QComboBox::addItem with row==rowCount(),
an empty item was inserted in one place, and then another item was modified
(instead of the inserted empty one). This test checks that the above bugfix
indeed fixes the behavior of QComboBox::addItem when used in this manner.

Task-number: QTBUG-69158
Change-Id: Id01345e0525694a57250c656222d626e2267aa8e
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Reviewed-by: David Faure <david.faure@kdab.com>
2018-09-06 05:56:18 +00:00
..
animation Merge remote-tracking branch 'origin/5.11' into 5.12 2018-08-24 23:59:46 +02:00
codecs tst_qtextcodec: Use qt_test_helper functionality 2018-07-25 10:27:42 +00:00
global Avoid signed/unsigned warning in template 2018-08-16 10:10:22 +00:00
io darwin: fix tst_qsettings deps 2018-08-29 02:47:41 +00:00
itemmodels QSortFilterProxyModel: add test for inserting via a QComboBox 2018-09-06 05:56:18 +00:00
kernel Rename QTimer::connectTo() to QTimer::callOnTimeout() 2018-09-03 08:43:39 +00:00
mimetypes QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchies 2018-08-20 07:32:58 +00:00
plugin Plugins: Save some architectural requirement flags 2018-09-01 15:19:46 +00:00
serialization Merge remote-tracking branch 'origin/5.11' into dev 2018-08-07 17:44:51 +02:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
tools QStringList: add contains(QStringView) overload 2018-09-03 08:55:52 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00