class KOpenWithDialog |
|
"Open with" dialog box.
Author David Faure |
|
Create a dialog that asks for a application to open a given
URL(s) with.
urls - the URLs that should be opened. The list can be empty, if the dialog is used to choose an application but not for some particular URLs. parent - parent widget |
|
Create a dialog that asks for a application to open a given
URL(s) with.
urls - is the URL that should be opened text - appears as a label on top of the entry box. value - is the initial value of the line parent - parent widget |
|
Create a dialog to select a service for a given mimetype.
Note that this dialog doesn't apply to URLs.
mimeType - the mime type we want to choose an application for. value - is the initial value of the line parent - parent widget |
|
Create a dialog to select an application
Note that this dialog doesn't apply to URLs.
parent - parent widget |
|
|
Reimplemented from QDialog.accept() to save history of the combobox |
|
Hide the "Do not &close when command exits" Checkbox |
|
Hide the "Run in &terminal" Checkbox |
|
Returns the chosen service in the application tree Can be null, if the user typed some text and didn't select a service. |
|
Set whether a new .desktop file should be created if the user selects an
application for which no corresponding .desktop file can be found.
Regardless of this setting a new .desktop file may still be created if the user has chosen to remember the file association. The default is false: no .desktop files are created. |
|
|
|
|
|
Returns the text the user entered |