Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
flow_layout.cpp File Reference

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>
Include dependency graph for flow_layout.cpp:

Detailed Description

Implementation of the FlowLayout class, a custom layout for dynamically organizing widgets in rows within the constraints of available width or parent scroll areas.