Placement a widget over other widgets in layout
Hello friends,
I have some widgets on my form which are placed by horizontal layout.
Next I want to add other widget ( semi-transparent label) on top of those widgets, not in layout.
When dragging I cannot place it correctly because qt designer adds it to the layout automatically.
This is not what I want to do.
Do you have any ideas how to do such placement ?
Thanks.
Re: Placement a widget over other widgets in layout
Place it in code if you have to. But think twice before doing that because this is something unusual which we would normally not do. Try thinking about some other solution to your problem.