QAdvanced Item View
0.4
The QAIV (Qt Advanced Item Views) library provides GUI and utility classes extending the capabilities of the Qt item views.
|
The QHeaderViewConnector class provides a connector to align QHeaderViews. More...
#include <qheaderviewconnector.h>
Public Slots | |
void | adjustSectionSize () |
Public Member Functions | |
QHeaderViewConnector (Qt::Orientation orientation, QObject *parent=0) | |
void | append (QHeaderView *view) |
The QHeaderViewConnector class provides a connector to align QHeaderViews.
|
explicit |
Constructs a QHeaderViewConnector for the given orientation
.
void QHeaderViewConnector::append | ( | QHeaderView * | view | ) |
Adds the given header view
to the lists of aligned header views.