Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
5.10.1
-
None
-
mingw32, Win 10 Pro
Description
I think this is a regression from Qt 5.10 (which works fine). When the Button/ToolButton width/height are manually set then the hover background is too big (ToolButton) or the text is outside the button (Button):
ToolButton { text: "T" width: 50 height: width //clip: true }
Button { text: "T" width: 100 height: width //clip: true }
Attachments
Issue Links
- duplicates
-
QTBUG-65955 Button is not visible if its background property is set as a Rectangle
- Closed