Home · Modules · Classes · Namespaces · Functions

QxtHeaderView Class Reference
[QxtGui module]

The QxtHeaderView class is an extended QHeaderView with optionally proportional section sizes. More...

    #include <QxtHeaderView>

Inherits QHeaderView.

Public Functions

Additional Inherited Members


Detailed Description

The QxtHeaderView class is an extended QHeaderView with optionally proportional section sizes.


Member Function Documentation

QxtHeaderView::QxtHeaderView ( Qt::Orientation orientation, QWidget * parent = 0 )

Constructs a new QxtHeaderView with orientation and parent.

bool QxtHeaderView::hasProportionalSectionSizes () const

int QxtHeaderView::sectionStretchFactor ( int logicalIndex ) const

Returns the stretch factor of the section at logicalIndex.

See also setSectionStretchFactor().

void QxtHeaderView::setProportionalSectionSizes ( bool enabled )

See also hasProportionalSectionSizes().

void QxtHeaderView::setSectionStretchFactor ( int logicalIndex, int factor )

Sets the stretch factor of the section at logicalIndex.

See also sectionStretchFactor().


Copyright © 2007-2011 Qxt Foundation
Qxt 0.6.2