What does the Barrier Icon mean in Qt Designer? I just wanted to figure out how to fill a Frame to its parent window with Qt Designer
-
wrote on 12 May 2025, 00:07 last edited by
-
-
It means the widget has no layout yet: https://doc.qt.io/qt-6/designer-layouts.html
-
wrote on 12 May 2025, 15:33 last edited by
I figured out that if I go to the top at "Forms" that I can give it a layout, I think, and that fixed the barrier icon.
-
That's what I said...
-
That's what I said...
wrote 29 days ago last edited by@Christian-Ehrlicher Well, my Qt is in a different language and I don't see the option to change it to English.
So all the terms are different. I saw a bunch of Google Results about "Lay out", but I could never really find it.
-
I figured out that if I go to the top at "Forms" that I can give it a layout, I think, and that fixed the barrier icon.
wrote 28 days ago last edited by@karl-police said in What does the Barrier Icon mean in Qt Designer? I just wanted to figure out how to fill a Frame to its parent window with Qt Designer:
if I go to the top at "Forms" that I can give it a layout, I think, and that fixed the barrier icon.
There are actually three (maybe even more) ways to set a layout.
- the layout buttons in menubar
- via object list/tree (what you show in your screenshot)
- by right-clicking on the form design itself
2/6