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.
 All Classes Functions Variables Enumerations Enumerator Properties Groups Pages
Public Slots | Public Member Functions | Protected Member Functions | List of all members
QAdvancedHeaderView Class Reference

The QAdvancedHeaderView class provides a header view to manage to appearance of the related view. More...

#include <qadvancedheaderview.h>

Inheritance diagram for QAdvancedHeaderView:

Public Slots

void showAllColumns ()
 

Public Member Functions

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

Protected Member Functions

void contextMenuEvent (QContextMenuEvent *event)
 

Detailed Description

The QAdvancedHeaderView class provides a header view to manage to appearance of the related view.

qadvancedheaderview01.png
QAdvancedHeaderView

Features

Context Menus

The header view provides context menus to manage the view settings and to create, edit and delete filter.

qadvancedheaderview02.png
QAdvancedHeaderView Context Menu - Column Header
qadvancedheaderview03.png
QAdvancedHeaderView Context Menu - Filter Model

Constructor & Destructor Documentation

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

Creates a new generic header with the given orientation and parent.

QAdvancedHeaderView::~QAdvancedHeaderView ( )

Destroys the header.

Member Function Documentation

void QAdvancedHeaderView::showAllColumns ( )
slot

Shows all columns.


The documentation for this class was generated from the following files: