12#include "FileDialog.h" 
void displayCube()
This method is called after the user has selected a file either by double clicking on the file name o...
 
QDir & p_dir
The directory to open the dialog with.
 
BrowseDialog(QString title, QStringList &filterList, QDir &dir, QWidget *parent=0)
BrowseDialog constructor.
 
void done()
Called when the user presses OK.
 
FileDialog(QString title, QStringList &filterList, QDir &directory, QWidget *parent=0)
 
This is free and unencumbered software released into the public domain.