SizeGroup is a utility object that makes groups of items request the same size. More...
import org.kde.kirigami.layouts
items : list<Item>
Which items this SizeGroup should adjust
mode : enumeration
Which dimensions this SizeGroup should adjust.
Possible values are:
void relayout()
Forces the SizeGroup to relayout items.
Normally this is never needed as the SizeGroup automatically relayout items as they're added and their sizes change.