-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.7.3, 5.8.0
-
Windows(VS2008)/Linux(GCC4.5.2)
The following style when set on a dialog does not get applied:
QComboBox QLineEdit
As a workaround the following code has to be used for every combo box:
ui->comboBox->lineEdit()->setStyleSheet(styleSheet());
Note that this is not a dusplicate of QTBUG-4322 as you don't have to use setLineEdit() to see the issue.