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 QTableModelExportPushButton widget provides a command button for exporting table model data. More...
#include <qtablemodelexportpushbutton.h>
Signals | |
void | exportAllTriggered (const QByteArray &format) |
void | exportSelectionTriggered (const QByteArray &format) |
Public Member Functions | |
QTableModelExportPushButton (QWidget *parent) | |
~QTableModelExportPushButton () | |
The QTableModelExportPushButton widget provides a command button for exporting table model data.
QTableModelExportPushButton::QTableModelExportPushButton | ( | QWidget * | parent | ) |
Constructs a push button with the given parent
.
QTableModelExportPushButton::~QTableModelExportPushButton | ( | ) |
Destroys the push button.