org.kde.koala
public class KOpenWithDlg extends QDialog
UNKNOWN: "Open with" dialog box.
Constructor Summary | |
---|---|
protected | KOpenWithDlg(Class dummy) |
KOpenWithDlg(ArrayList urls, QWidget parent)
Create a dialog that asks for a application to open a given
URL(s) with. | |
KOpenWithDlg(ArrayList urls) | |
KOpenWithDlg(ArrayList urls, String text, String value, QWidget parent)
Create a dialog that asks for a application to open a given
URL(s) with. | |
KOpenWithDlg(ArrayList urls, String text, String value) | |
KOpenWithDlg(String serviceType, String value, QWidget parent)
Create a dialog to select a service for a given service type.
| |
KOpenWithDlg(String serviceType, String value) | |
KOpenWithDlg(QWidget parent)
Create a dialog to select an application
Note that this dialog doesn't apply to URLs. | |
KOpenWithDlg() |
Method Summary | |
---|---|
protected void | accept()
Reimplemented from QDialog.accept() to save history of the combobox |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
void | hideNoCloseOnExit()
Hide the "Do not &close when command exits" Checkbox |
void | hideRunInTerminal()
Hide the "Run in &terminal" Checkbox |
protected void | init(String text, String value)
Create a dialog that asks for a application to open a given
URL(s) with. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setSaveNewApplications(boolean b)
Set whether a new .desktop file should be created if the user selects an
application for which no corresponding .desktop file can be found.
|
protected void | setServiceType(ArrayList _urls)
Determine service type from URLs |
void | slotClear()
The slot for clearing the edit widget |
void | slotDbClick() |
void | slotHighlighted(String _name, String _exec) |
void | slotOK() |
void | slotSelected(String _name, String _exec) |
void | slotTerminalToggled(boolean arg1) |
void | slotTextChanged() |
String | text() |
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
UNKNOWN: 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
UNKNOWN: Create a dialog that asks for a application to open a given URL(s) with.
Parameters: serviceType the service type we want to choose an application for. value is the initial value of the line parent parent widget
UNKNOWN: Create a dialog to select a service for a given service type.
Parameters: parent parent widget
UNKNOWN: Create a dialog to select an application Note that this dialog doesn't apply to URLs.
UNKNOWN: Reimplemented from QDialog.accept() to save history of the combobox
UNKNOWN: Hide the "Do not &close when command exits" Checkbox
UNKNOWN: Hide the "Run in &terminal" Checkbox
Parameters: text appears as a label on top of the entry box. value is the initial value of the line
UNKNOWN: Create a dialog that asks for a application to open a given URL(s) with.
UNKNOWN: Set whether a new .
UNKNOWN: Determine service type from URLs
UNKNOWN: The slot for clearing the edit widget
Returns: the text the user entered
UNKNOWN: