scidavis
2.3.0
About: SciDAVis is a free application for Scientific Data Analysis and Visualization (a fork off of QtiPlot). Fossies Dox: scidavis-2.3.0.tar.gz ("unofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file.
29 #ifndef EXTENSIBLE_FILE_DIALOG_H
30 #define EXTENSIBLE_FILE_DIALOG_H
32 #include <QFileDialog>
33 #include <QPushButton>
70 void resize(
bool extension_on);
79 #endif // ifndef EXTENSIBLE_FILE_DIALOG_H
int d_extension_row
The layout row (of the assumed QGridLayout) used for extensions.
bool isExtendable()
Tells weather the dialog has a valid extension widget.
void setExtensionWidget(QWidget *extension)
Set the extension widget to be displayed when the user presses the toggle button.
QWidget * d_extension
The extension widget.
ExtensibleFileDialog(QWidget *parent=0, bool extended=true, Qt::WindowFlags flags=0)
Constructor.
QPushButton * d_extension_toggle
Button for toggling display of extension on/off.
void setExtended(bool extended)
QFileDialog plus generic extension support.
void resize(bool extension_on)
Resize to make/take space for the extension widget.