Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
4.7.1
-
None
-
Linux/X11
Description
Attached is a simple program with a QLineEdit inside a QGraphicsWidget, managed by a QGraphicsLinearLayout.
Almost every time I run the program, the child widget ( QLineEdit ) is placed at (4,4), because the top and left content margins are 4px.
But sometimes it's placed at (0,0). The bug is easier to reproduce on high system load ( ex: compiling ).