Preparing search index...

    Enum defining how a widget resizes along a single axis.

    Index

    Enumeration Members

    Expanding: number

    Widget actively takes as much space as available.

    Fixed: number

    Widget size is fixed and will not grow or shrink.

    Ignored: number

    Widget size hint is ignored and it takes all available space.

    Maximum: number

    Widget can shrink but prefers its size hint as maximum.

    Minimum: number

    Widget can grow but prefers its minimum size hint.

    MinimumExpanding: number

    Widget can grow and will expand if extra space is available, but prefers its minimum size hint.

    Preferred: number

    Widget uses its size hint as preferred size and can grow or shrink.