Making widgets partly overlap in a Qt layout
问题 I am trying to make widgets overlap partly in a Qt layout. My current layout is the following, achieved with a QVBoxLayout containing four QHBoxLayout children: I'm trying to regroup cards of the same suit, in order to achieve something like this (note that there is horizontal and vertical overlapping): Unfortunately, all the Qt documentation and all the Stack Overflow posts I have read try to avoid widgets overlapping rather than to seek it. Maybe there's a way to set negative spacing