Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.9.2, 5.10.0 Beta 3
-
macOS
Description
QTabWidget does not make use of all available space when a tab is closable and has an icon. Under these conditions a moderately long title will get elided even though it would fit in the space available.
Steps to reproduce:
- Run the sample attached on macOS.
- Add tabs using the button on the UI.
- Observe how the tab widget manages the tab titles.
EXPECTED: A tab title will be fully visible when there is enough space available for it.
ACTUAL: The title text is elided even though there is space available.
This bug might be related to QTBUG-63445
Attachments
Issue Links
- relates to
-
QTBUG-61235 QTabWidget title text invades icon space in elide mode
- Closed