FlowLayout
-
-
You could use a
QGraphicsScene/QGraphicsViewas a container for your widgets. Widgets can be added to the scene withQGraphicsProxyWidget *QGraphicsScene::addWidget(QWidget *widget, Qt::WindowFlags wFlags = Qt::WindowFlags()). The good old Diagram Scene Example shows how to make items mouse-movable.