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 QAdvancedHeaderView class provides a header view to manage to appearance of the related view. More...
#include <qadvancedheaderview.h>
Public Slots | |
void | showAllColumns () |
Public Member Functions | |
QAdvancedHeaderView (Qt::Orientation orientation, QWidget *parent=0) | |
~QAdvancedHeaderView () | |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *event) |
The QAdvancedHeaderView class provides a header view to manage to appearance of the related view.
The header view provides context menus to manage the view settings and to create, edit and delete filter.
QAdvancedHeaderView::QAdvancedHeaderView | ( | Qt::Orientation | orientation, |
QWidget * | parent = 0 |
||
) |
Creates a new generic header with the given orientation
and parent
.
QAdvancedHeaderView::~QAdvancedHeaderView | ( | ) |
Destroys the header.
|
slot |
Shows all columns.