#include <qexuiW.h>
Public Slots | |
void | writeFile () |
Signals | |
void | QexMessage (QString txt) |
Public Member Functions | |
DataExportWindow (QWidget *parent=0, const char *name=0) | |
~DataExportWindow () | |
void | initName () |
void | status (const QString &str) |
QMenuBar * | menu_bar () |
Private Attributes | |
QGridLayout * | _top_gl |
QListView * | _exp_listview |
QStatusBar * | _status_bar |
QMenuBar * | _menu_bar |
QGroupBox * | options_groupbox |
QCheckBox * | _OverWrite |
QCheckBox * | _RecNumOn |
QCheckBox * | _AttachHead |
QComboBox * | _DataDelim |
QComboBox * | _RecDelim |
DataExportWindow::DataExportWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
DataExportWindow::~DataExportWindow | ( | ) | [inline] |
void DataExportWindow::initName | ( | ) |
QMenuBar* DataExportWindow::menu_bar | ( | ) | [inline] |
void DataExportWindow::QexMessage | ( | QString | txt | ) | [signal] |
void DataExportWindow::status | ( | const QString & | str | ) | [inline] |
void DataExportWindow::writeFile | ( | ) | [slot] |
QCheckBox* DataExportWindow::_AttachHead [private] |
QComboBox* DataExportWindow::_DataDelim [private] |
QListView* DataExportWindow::_exp_listview [private] |
QMenuBar* DataExportWindow::_menu_bar [private] |
QCheckBox* DataExportWindow::_OverWrite [private] |
QComboBox* DataExportWindow::_RecDelim [private] |
QCheckBox* DataExportWindow::_RecNumOn [private] |
QStatusBar* DataExportWindow::_status_bar [private] |
QGridLayout* DataExportWindow::_top_gl [private] |
QGroupBox* DataExportWindow::options_groupbox [private] |