#include <ImportDialog.h>
Public Slots | |
void | setSeparator (const QString &sep) |
Set the column delimiter for ASCII import. | |
Public Member Functions | |
ImportDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Constructor. | |
~ImportDialog () | |
Destructor. | |
Private Slots | |
void | accept () |
Accept changes. | |
void | enableApplyButton (const QString &) |
void | enableApplyButton (int) |
void | help () |
Display help. | |
void | quit () |
Private Attributes | |
QSpinBox * | boxLines |
QCheckBox * | boxRenameCols |
QComboBox * | boxSeparator |
QCheckBox * | boxSimplifySpaces |
QCheckBox * | boxStripSpaces |
QPushButton * | buttonCancel |
QPushButton * | buttonHelp |
QPushButton * | buttonOk |
QLabel * | ignoreLabel |
QLabel * | sepText |
ImportDialog::ImportDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Constructor.
Parameters: see QDialog constructor
ImportDialog::~ImportDialog | ( | ) |
Destructor.
void ImportDialog::accept | ( | ) | [private, slot] |
Accept changes.
void ImportDialog::enableApplyButton | ( | const QString & | ) | [private, slot] |
void ImportDialog::enableApplyButton | ( | int | ) | [private, slot] |
void ImportDialog::help | ( | ) | [private, slot] |
Display help.
void ImportDialog::quit | ( | ) | [private, slot] |
void ImportDialog::setSeparator | ( | const QString & | sep | ) | [slot] |
Set the column delimiter for ASCII import.
QSpinBox* ImportDialog::boxLines [private] |
QCheckBox* ImportDialog::boxRenameCols [private] |
QComboBox* ImportDialog::boxSeparator [private] |
QCheckBox * ImportDialog::boxSimplifySpaces [private] |
QCheckBox * ImportDialog::boxStripSpaces [private] |
QPushButton* ImportDialog::buttonCancel [private] |
QPushButton* ImportDialog::buttonHelp [private] |
QPushButton* ImportDialog::buttonOk [private] |
QLabel* ImportDialog::ignoreLabel [private] |
QLabel * ImportDialog::sepText [private] |