qt6-bb10/tests/auto/widgets/widgets
Axel Spoerl 84d4b21f69 Stabilize tst_QComboBox::setPalette() with simple palettes
The test function tst_QComboBox::setPalette() tests if the QComboBox
correctly inherits its palette to its QLineEdit child, by directly
comparing both palettes after a palette change on the QComboBox.

If the application palette for both widget types contains brushes which
are either pixmap based or the resolve mask prevents them from being
copied, the direct palette comparison between parent and child fails,
despite of a correct propagation.

This patch sets a simple gray application palette for QComboBox and
QLineEdit at the beginning of the test. The QSKIP for macOS is
removed, because using simple palettes solves both issues.


Change-Id: I61d509745377306d6f8331dfc1ac189fc58cdedb
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-11-30 22:11:12 +01:00
..
qabstractbutton Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qabstractscrollarea Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qabstractslider Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qabstractspinbox Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qbuttongroup Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qcalendarwidget Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qcheckbox Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qcombobox Stabilize tst_QComboBox::setPalette() with simple palettes 2022-11-30 22:11:12 +01:00
qcommandlinkbutton Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qdatetimeedit Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qdial Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qdialogbuttonbox Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qdockwidget Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qdoublespinbox Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qfocusframe Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qfontcombobox Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qframe Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qgroupbox Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qkeysequenceedit Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qlabel Deprecate QApplication::setActiveWindow() and mark as internal 2022-08-27 20:22:29 +02:00
qlcdnumber Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qlineedit Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qmainwindow Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qmdiarea Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qmdisubwindow Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qmenu Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qmenubar Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qopenglwidget Blacklist tst_QOpenGLWidget on Ubuntu, RHEL and OpenSuSE 2022-11-24 09:06:50 +00:00
qplaintextedit Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qprogressbar Deprecate QApplication::setActiveWindow() and mark as internal 2022-08-27 20:22:29 +02:00
qpushbutton Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qradiobutton Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qscrollarea Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qscrollbar Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qsizegrip Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qslider Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qspinbox Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qsplashscreen Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qsplitter Introduce QT_NO_AS_CONST and mark QtBase free of it 2022-11-27 17:14:28 +01:00
qstackedwidget Deprecate QApplication::setActiveWindow() and mark as internal 2022-08-27 20:22:29 +02:00
qstatusbar Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtabbar Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtabwidget Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtextbrowser Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtextedit Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtoolbar Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtoolbox Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
qtoolbutton Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00