|
|
"Open with" dialog box. Used automatically by KRun, and used by libkonq.
| |
Create a dialog that asks for a application to open a given URL(s) with.
Parameters:
| 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.
Parameters:
| 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 service type. Note that this dialog doesn't apply to URLs.
Parameters:
| serviceType | the service type we want to choose an application for. |
| value | is the initial value of the line |
| parent | parent widget |
| ~ |
Destructor
| QString |
Returns: the text the user entered
| KService::Ptr |
Returns: the chosen service in the application tree Can be null, if the user typed some text and didn't select a service.
| void |
[slot]
The slot for clearing the edit widget
| void |
[protected virtual slot]
Reimplemented from QDialog::accept() to save history of the combobox
Reimplemented from QDialog
| void |
[protected]
Determine service type from URLs
| void |
[protected]
Create a dialog that asks for a application to open a given URL(s) with.
Parameters:
| text | appears as a label on top of the entry box. |
| value | is the initial value of the line |