Sort widgets
-
What is your question? You have a vertical layout with 3 items and 4 spacers, and that's what your screenshot looks like. If you were expecting the whole widget to grow vertically, look at the size of the widget and/or the size of the container the widget is inside.
-
Hi
Are you using Windows 7 ?Anyway, the frame is the Windows border ? Drawn by the os ?
You can removte that with
widget->setWindowFlags(Qt::Window | Qt::FramelessWindowHint);But Not sure if that is the border you mean. Do notet that you lose the ability to move and close the window then as that is placed in the Titlebar.
-
Ok. its the title bar that confuses me.
But I suddenly recalled that stand-alone Designer is a multiple document interface app and uses Qt MDI that
shows captions.So no. the Widget will show as a window While Designing.
However, the Designer inside Creator will not.