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
Signals | Public Member Functions | List of all members
QTableModelExportPushButton Class Reference

The QTableModelExportPushButton widget provides a command button for exporting table model data. More...

#include <qtablemodelexportpushbutton.h>

Inheritance diagram for QTableModelExportPushButton:

Signals

void exportAllTriggered (const QByteArray &format)
 
void exportSelectionTriggered (const QByteArray &format)
 

Public Member Functions

 QTableModelExportPushButton (QWidget *parent)
 
 ~QTableModelExportPushButton ()
 

Detailed Description

The QTableModelExportPushButton widget provides a command button for exporting table model data.

Constructor & Destructor Documentation

QTableModelExportPushButton::QTableModelExportPushButton ( QWidget *  parent)

Constructs a push button with the given parent.

QTableModelExportPushButton::~QTableModelExportPushButton ( )

Destroys the push button.


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