Hi, I have a problem that is so annoying. Already searched so many post but still don't figure out how to solve.

I have a QLabel in a QMainWindow, the problem is that everytime I add this Label to the window (using setCentralWidget),
the QLabel takes the whole unused space of the window. The QLabel Resize itself and takes the whole space.

I tried to use setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixe d); but didnt work.

By the way, there is other question, can I add as many Labels, buttons in a Container without using layouts?
something like, Table(Draughts), and the table can be the container of anything? I mean setting specific positions without having my first problem? (The Resize issue).