GridTableColumn Class

Header: #include <GridTableColumn>
Inherits: GridColumn
Inherited By:

GridBandedTableColumn

Public Slots

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

Detailed Description

GridTableColumn represents the class of grid column for GridTableView.

Member Function Documentation

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

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

See also GridViewBase::bestFit.