Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.1, 5.4.1, 5.6.1
-
None
-
Windows XP
-
daa39f84996700d2459d8e570ac1b3f2f2cdffd0
Description
With the following code, the tooltip of the widget inherits the font-size, but the QToolTip box doesn't scale appropriately:
widget->setStyleSheet("*{font-size: 20px;}"); widget->setToolTip("tooltip");
Attachments
Issue Links
- duplicates
-
QTBUG-64550 Windows: ToolTip text is cut when using style sheets
- Closed