layout alignment problem
-

Hello, everyone. I have 2 QHBoxLayouts, I want to connect them in QVBoxLayout, but after the connection, the distance on the left is different between the lower layout and the upper one
-
@jornnohr
Hi,
I think it's something about the contentsMargins of the HLayouts.
Try setContentsMargins(0,0,0,0) for them. -
J jornnohr has marked this topic as solved on