|
QtiPlot
0.9.8.2
|
#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) | |
Public Member Functions inherited from ExtensibleFileDialog | |
| ExtensibleFileDialog (QWidget *parent=0, bool extended=true, Qt::WFlags flags=0) | |
| Constructor. More... | |
| bool | isExtendable () |
| Tells weather the dialog has a valid extension widget. More... | |
| bool | isExtended () |
| void | setEditableFilter (bool on=true) |
| Enables/Disables editing of the file type filter. More... | |
| void | setExtended (bool extended) |
| Toggle extension widget on/off. More... | |
| void | setExtensionWidget (QWidget *extension) |
| Set the extension widget to be displayed when the user presses the toggle button. More... | |
| void | setExtentionToggleButtonText (const QString &text) |
| Sets the text to be displayed in the toggle button. More... | |
Protected Slots | |
| void | closeEvent (QCloseEvent *) |
| void | updateAdvancedOptions (const QString &filter) |
| Update which options are visible and enabled based on the output format. More... | |
Private Attributes | |
| QComboBox * | d_open_mode |
Additional Inherited Members | |
Protected Attributes inherited from ExtensibleFileDialog | |
| QPushButton * | d_extension_toggle |
| Button for toggling display of extension on/off. More... | |
| OpenProjectDialog::OpenProjectDialog | ( | QWidget * | parent = 0, |
| bool | extended = true, |
||
| Qt::WFlags | flags = 0 |
||
| ) |
|
protectedslot |
|
inline |
References d_open_mode.
Referenced by ApplicationWindow::open().
|
protectedslot |
Update which options are visible and enabled based on the output format.
References ExtensibleFileDialog::d_extension_toggle.
Referenced by OpenProjectDialog().
|
private |
Referenced by openMode(), and OpenProjectDialog().
1.8.6