Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.0.2
-
None
-
Ubuntu
Description
In the Layout section on the right if you select Horizontal or Vertical Centering for the anchors, the three buttons that should correlate to the target object's alignment point seem to be backwards. In the very bottom selection, which is Vertical Center (horizontal line) if the three button selections to relate to the target are all Horizontal centering options (vertical lines: Left, Center, Right).
No matter which I select, the code ALWAYS reads anchors.verticalCenter: parent.verticalCenter. I can, however, manually change the target verticalCenter to top or bottom and the Designer layout will visually change and offset properly if I put in a margin. The buttons, however, do not update anything properly.
Instead of me trying to add a bunch of screenshots, please just check out the bottom two layout buttons and let me know if you're not seeing it.