class KOpenWithDlg
|
"Open with" dialog box. More... |
|
|
Public Methods
- KOpenWithDlg ( const QStringList& _url, const QString&_text, const QString&_value, QWidget *parent )
- ~KOpenWithDlg ()
- QString text ()
- KService::Ptr service ()
Public Slots
- void slotClear ()
- void slotSelected ( const QString&_name, const QString& _exec )
- void slotHighlighted ( const QString& _name, const QString& _exec )
- void slotOK ()
Protected Members
- KLineEdit * edit
- KURLCompletion * completion
- KApplicationTree* m_pTree
- QLabel * label
- QString qName
- QString qServiceType
- bool haveApp
- QCheckBox * terminal
- QCheckBox * remember
- QPushButton * ok
- QPushButton * clear
- QPushButton * cancel
- KService::Ptr m_pService
Detailed Description
"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:
_url | is the list of URLs that should be opened
|
_text | appears as a label on top of the entry box.
|
_value | is the initial value of the line
|
Returns: the value the user entered
[slot]
The slot for clearing the edit widget
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |