Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.0
-
None
-
Ubuntu 22.04 X11
Description
When I use a Text as the delegate of a ListView, with elide specified to anything other than Text.ElideNone and the height set to a certain number multiplied by lineCount, the lineCount of the first item will be 0.
The problem can be reproduced by the attached test case. Compile and link it with Qt 6.6.0.
Execute the program, the first item will not be displayed.