24 #ifndef KLFFLOWLISTWIDGET_H 25 #define KLFFLOWLISTWIDGET_H 32 class KLFFlowListItemWidget;
68 inline int simple_wrapped_item_index(
int i)
const {
return (i >= 0) ? i : pWidgets.
size() - (-i) + 1; }
A Layout that places widgets left to right, top to bottom.