20 #include <QStringList> 74 QString
const &filters, QStringList & selectedFiles, QString& enc, QString &title,
75 bool cancelAll =
false );
85 QPair<QString, QString> GUI_EXPORT
getSaveAsImageName( QWidget * theParent, QString theMessage, QString defaultFilename = QString::null );
95 QString GUI_EXPORT
createFileFilter_( QString
const &longName, QString
const &glob );
112 QFont GUI_EXPORT
getFont(
bool &ok,
const QFont &initial,
const QString &title = QString() );
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
/namespace QgisGui The QgisGui namespace contains constants and helper functions used throughout the ...
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.