#include <OpenProjectDialog.h>

Public Types | |
| enum | OpenMode { NewProject, NewFolder } |
Public Member Functions | |
| OpenMode | openMode () const |
| OpenProjectDialog (QWidget *parent=0, bool extended=true, Qt::WFlags flags=0) | |
Protected Slots | |
| void | closeEvent (QCloseEvent *) |
| void | updateAdvancedOptions (const QString &filter) |
| Update which options are visible and enabled based on the output format. | |
Private Attributes | |
| QComboBox * | d_open_mode |
| OpenProjectDialog::OpenProjectDialog | ( | QWidget * | parent = 0, |
|
| bool | extended = true, |
|||
| Qt::WFlags | flags = 0 | |||
| ) |
References d_open_mode, ExtensibleFileDialog::setExtensionWidget(), and updateAdvancedOptions().
| void OpenProjectDialog::closeEvent | ( | QCloseEvent * | e | ) | [protected, slot] |
| OpenMode OpenProjectDialog::openMode | ( | ) | const [inline] |
| void OpenProjectDialog::updateAdvancedOptions | ( | const QString & | filter | ) | [protected, slot] |
Update which options are visible and enabled based on the output format.
References ExtensibleFileDialog::d_extension_toggle.
Referenced by OpenProjectDialog().
QComboBox* OpenProjectDialog::d_open_mode [private] |
Referenced by openMode(), and OpenProjectDialog().
1.5.6