20 #include <QStringList> 
   75       bool cancelAll = 
false );
 
bool GUI_EXPORT openFilesRememberingFilter(QString const &filterName, QString const &filters, QStringList &selectedFiles, QString &enc, QString &title, bool cancelAll)
Open files, preferring to have the default file selector be the last one used, if any; also...
 
static const Qt::WindowFlags ModalDialogFlags
 
QFont getFont(bool &ok, const QFont &initial, const QString &title)
Show font selection dialog. 
 
QString createFileFilter_(QString const &longName, QString const &glob)
Convenience function for readily creating file filters. 
 
QPair< QString, QString > GUI_EXPORT getSaveAsImageName(QWidget *theParent, QString theMessage, QString defaultFilename)
A helper function to get an image name from the user.