QFileDialog

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(QWidget parent, QtE.WindowType fl)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Option
enum Option
Undocumented in source.
ViewMode
enum ViewMode
Undocumented in source.

Functions

getOpenFileName
string getOpenFileName(string caption, string dir, string filter, string selectedFilter, Option options)
Undocumented in source. Be warned that the author may not have intended to support it.
getSaveFileName
string getSaveFileName(string caption, string dir, string filter, string selectedFilter, Option options)
Undocumented in source. Be warned that the author may not have intended to support it.
selectFile
QFileDialog selectFile(QString shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
selectFile
QFileDialog selectFile(T1 shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultSuffix
QFileDialog setDefaultSuffix(QString shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultSuffix
QFileDialog setDefaultSuffix(T1 shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setDirectory
QFileDialog setDirectory(QString shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setDirectory
QFileDialog setDirectory(T1 shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setNameFilter
QFileDialog setNameFilter(QString shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setNameFilter
QFileDialog setNameFilter(T1 shabl)
Undocumented in source. Be warned that the author may not have intended to support it.
setViewMode
QFileDialog setViewMode(QFileDialog.ViewMode pr)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QDialog

~this
~this()
Undocumented in source.
exec
int exec()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta