qt6-bb10/tests/auto/widgets/widgets
Eskil Abrahamsen Blomfeldt c4430ed023 Correctly update QComboBox appearance on editable change
The updateDelegate() function checks isEditable() which in
turn checks if d->lineEdit != 0, so we need to make the
call after the lineEdit has actually been set/unset, otherwise
the change to the delegate will not come until the next time
you update the delegate.

[ChangeLog][QComboBox] Fixed updating appearance of popup menu
when changing the editable state of the combo box.

Change-Id: Ib32f36cabd53c2c30d6256484a1eae131419960a
Task-number: QTBUG-33537
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-10-24 08:51:18 +02:00
..
qabstractbutton Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qabstractscrollarea Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qabstractslider Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qabstractspinbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qbuttongroup Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qcalendarwidget Respect contents margins when calculating the size hint 2014-10-22 07:23:37 +02:00
qcheckbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qcombobox Correctly update QComboBox appearance on editable change 2014-10-24 08:51:18 +02:00
qcommandlinkbutton Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdatetimeedit Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdial Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdialogbuttonbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdockwidget Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdoublespinbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qfocusframe Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qfontcombobox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qgroupbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qkeysequenceedit Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlabel Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlcdnumber Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlineedit Widgets: remove references to QStyleOptionFrameV<n> 2014-09-26 00:39:48 +02:00
qmainwindow QMainWindow: respect the maximum size of the central widget 2014-10-24 07:54:36 +02:00
qmdiarea Enable the qmdiarea test on X11 2014-10-03 12:27:16 +02:00
qmdisubwindow Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qmenu Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qmenubar Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qopenglwidget Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qplaintextedit Merge remote-tracking branch 'origin/5.3' into 5.4 2014-10-06 11:59:47 +02:00
qprogressbar Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qpushbutton Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qradiobutton Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qscrollarea Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qscrollbar Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsizegrip Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qslider Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qspinbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsplitter Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qstackedwidget Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qstatusbar Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtabbar Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtabwidget Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtextbrowser Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtextedit Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtoolbar Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtoolbox Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtoolbutton Update license headers and add new license files 2014-09-24 12:26:19 +02:00
widgets.pro Make QOpenGLWidget public 2014-08-01 17:13:59 +02:00