Implementation of the FlowLayout class, a custom layout for dynamically organizing widgets in rows within the constraints of available width or parent scroll areas. More...
#include "flow_layout.h"#include "../widgets/general/layout_containers/flow_widget.h"#include <QDebug>#include <QLayoutItem>#include <QScrollArea>#include <QStyle>Implementation of the FlowLayout class, a custom layout for dynamically organizing widgets in rows within the constraints of available width or parent scroll areas.