-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
4.7.0, 5.4.0
-
Mac OSX, Windows XP
Here is example code to reproduce the problem:
#include <QtGui/QApplication>
#include <QtGui/QComboBox>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QComboBox combo;
combo.setStyleSheet( QLatin1String("QToolTip
") );
combo.setToolTip( QLatin1String("tooltip") );
combo.show();
return a.exec();
}
- is duplicated by
-
QTBUG-44967 QComboBox tooltip with style sheet doesn't fit text in frame
-
- Closed
-