How can I place widgets relatively to each other in a QWidget without using any layout widget (like QGridLayout, QLayout etc) in Qt?
Can i use grabWidget() and paint widgets to QWidget, using information from the QRect() of other widgets? If yes, how?