GridTableBand Class

GridTableBand implements the band column. It contains other GridTableBand and GridBandedTableColumn as a children columns. More...

Header: #include <GridTableBand>
Inherits: GridColumnBase

Public Slots

void bestFit(Qtitan::BestFitMode mode = Qtitan::FitToHeader)

Detailed Description

Member Function Documentation

[slot] void GridTableBand::bestFit(Qtitan::BestFitMode mode = Qtitan::FitToHeader)

Fits the width of the band for the most convenient viewing. The mode parameter specifies the different fit modes.

See also GridViewBase::bestFit.