53 void fileSelected(QString);
54 void filterSelected(QString);
62 QPushButton *p_filterButton;
63 QLineEdit *p_filterLine;
void closeEvent(QCloseEvent *event)
This method is overridden so that we can be sure to write the current settings of the Main window...
bool eventFilter(QObject *o, QEvent *e)
This event filter is installed on the parent of this window.
Class for browsing cubes.
void writeSettings()
This method is called when the File Dialog is closed or hidden to write the size and location setting...
void done()
Called when the user presses OK.
void sendSignal()
This saves the directory that the user selected the file from so it can open to this directory next t...
FileDialog(QString title, QStringList &filterList, QDir &directory, QWidget *parent=0)
void saveFilter()
This is where we actually set the user editable filters and remember them.
void cancel()
Called when user presses cancel.
Namespace for ISIS/Bullet specific routines.
void readSettings()
This method is called from the constructor so that when the Main window is created, it know's it's size and location.