class KEncodingFileDialog |
|
|
Provides a user (and developer) friendly way to select files with support for choosing encoding The dialog has been designed to allow applications to customize it by subclassing. It uses geometry management to ensure that subclasses can easily add children that will be incorporated into the layout. |
|
Constructs a file dialog for text files with encoding selection possibility.
startDir - This can either be
encoding - The encoding shown in the encoding combo. If it's QString(), the global default encoding will be shown.
filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details.
caption - The caption of the dialog
type - This can either be parent - The parent widget of this dialog |
|
Creates a modal file dialog and return the selected filename or an empty string if none was chosen additionally a chosen encoding value is returned. Note that with this method the user must select an existing filename.
startDir - This can either be encoding - The encoding shown in the encoding combo. filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details. parent - The widget the dialog will be centered on initially. caption - The name of the dialog widget. |
|
Creates a modal file dialog and returns the selected encoding and the selected filenames or an empty list if none was chosen. Note that with this method the user must select an existing filename.
startDir - This can either be encoding - The encoding shown in the encoding combo. filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details. parent - The widget the dialog will be centered on initially. caption - The name of the dialog widget. |
|
Creates a modal file dialog and returns the selected encoding and URL or an empty string if none was chosen. Note that with this method the user must select an existing URL.
startDir - This can either be encoding - The encoding shown in the encoding combo. filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details. parent - The widget the dialog will be centered on initially. caption - The name of the dialog widget. |
|
Creates a modal file dialog and returns the selected encoding URLs or an empty list if none was chosen. Note that with this method the user must select an existing filename.
startDir - This can either be encoding - The encoding shown in the encoding combo. filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details. parent - The widget the dialog will be centered on initially. caption - The name of the dialog widget. |
|
Creates a modal file dialog and returns the selected encoding and filename or an empty string if none was chosen. Note that with this method the user need not select an existing filename.
startDir - This can either be encoding - The encoding shown in the encoding combo. filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details. parent - The widget the dialog will be centered on initially. caption - The name of the dialog widget. |
|
Creates a modal file dialog and returns the selected encoding and filename or an empty string if none was chosen. Note that with this method the user need not select an existing filename.
startDir - This can either be encoding - The encoding shown in the encoding combo. filter - A shell glob or a mime-type-filter that specifies which files to display. The preferred option is to set a list of mimetype names, see setMimeFilter() for details. Otherwise you can set the text to be displayed for the each glob, and provide multiple globs, see setFilter() for details. parent - The widget the dialog will be centered on initially. caption - The name of the dialog widget. |
|
Returns The selected encoding if the constructor with the encoding parameter was used, otherwise QString(). |