29 #ifndef EXPORTDIALOG_H
30 #define EXPORTDIALOG_H
99 #endif // ExportDialog_H
void initAdvancedOptions()
Create d_advanced_options and everything it contains.
Definition: ExportDialog.cpp:74
QPushButton * buttonHelp
Definition: ExportDialog.h:67
void updateAdvancedOptions(const QString &filter)
Update which options are visible and enabled based on the output format.
Definition: ExportDialog.cpp:143
void closeEvent(QCloseEvent *)
Definition: ExportDialog.cpp:280
QComboBox * boxTable
Definition: ExportDialog.h:73
QCheckBox * boxAllTables
Definition: ExportDialog.h:71
QCheckBox * boxNames
Definition: ExportDialog.h:68
void enableTableName(bool ok)
Enable/disable the tables combox box.
Definition: ExportDialog.cpp:159
void updateOptions(const QString &name)
Enable/disable export options depending if the selected window is a Table or a Matrix.
Definition: ExportDialog.cpp:299
void help()
Display help.
Definition: ExportDialog.cpp:152
void setFileTypeFilters()
Definition: ExportDialog.cpp:177
Export ASCII dialog.
Definition: ExportDialog.h:42
QCheckBox * boxSelection
Definition: ExportDialog.h:70
void accept()
Accept changes.
Definition: ExportDialog.cpp:199
QGroupBox * d_advanced_options
Container widget for all advanced options.
Definition: ExportDialog.h:65
void setColumnSeparator(const QString &sep)
Set the column delimiter.
Definition: ExportDialog.cpp:256
QLabel * separatorLbl
Definition: ExportDialog.h:74
MdiSubWindow * d_window
Pointer to the window to be exported.
Definition: ExportDialog.h:58
QCheckBox * boxComments
Definition: ExportDialog.h:69
QComboBox * boxSeparator
Definition: ExportDialog.h:72
Base class of all MDI client windows.
Definition: MdiSubWindow.h:51
ExportDialog(MdiSubWindow *window=NULL, QWidget *parent=0, bool extended=true, Qt::WFlags fl=0)
Constructor.
Definition: ExportDialog.cpp:42
QFileDialog plus generic extension support.
Definition: ExtensibleFileDialog.h:44