#include <ImportFilesDialog.h>
Public Member Functions | |
int | importFileAs () |
Return the selected import option. | |
ImportFilesDialog (bool importTypeEnabled, QWidget *parent=0, Qt::WFlags flags=0) | |
Constructor. | |
Private Attributes | |
QComboBox * | importType |
ImportFilesDialog::ImportFilesDialog | ( | bool | importTypeEnabled, | |
QWidget * | parent = 0 , |
|||
Qt::WFlags | flags = 0 | |||
) |
Constructor.
importTypeEnabled | flag: enable/disable import type combo box | |
parent | parent widget | |
flags | window flags |
int ImportFilesDialog::importFileAs | ( | ) |
Return the selected import option.
Do not call this when the dialog was created with importTypeEnabled == false
QComboBox* ImportFilesDialog::importType [private] |