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
-
-
C Christian Ehrlicher moved this topic from Qt Design Studio
-
It means the widget has no layout yet: https://doc.qt.io/qt-6/designer-layouts.html
-
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...
@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.
@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