#include <kurlbar.h>
Inheritance diagram for KURLBarItemDialog:

Public Methods | |
| KURLBarItemDialog (bool allowGlobal, const KURL &url, const QString &description, QString icon, bool appLocal=true, int iconSize=KIcon::SizeMedium, QWidget *parent=0, const char *name=0) | |
| ~KURLBarItemDialog () | |
| KURL | url () const |
| QString | description () const |
| QString | icon () const |
| bool | applicationLocal () const |
Static Public Methods | |
| bool | getInformation (bool allowGlobal, KURL &url, QString &description, QString &icon, bool &appLocal, int iconSize, QWidget *parent=0) |
Protected Attributes | |
| KURLRequester * | m_urlEdit |
| KLineEdit * | m_edit |
| KIconButton * | m_iconButton |
| QCheckBox * | m_appLocal |
Definition at line 523 of file kurlbar.h.
|
||||||||||||||||||||||||||||||||||||
|
Constructs a KURLBarItemDialog.
If you leave the icon empty, the default icon for the given url will be used (KMimeType::pixmapForURL()). |
|
|
Destroys the dialog. |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
A convenience method to show up the dialog and retrieve all the properties via the given parameters. The parameters are used to initialize the dialog and then return the user-configured values. See the KURLBarItem constructor for the parameter description. |
|
|
|
|
|
|
|
|
The QCheckBox to modify the local/global setting |
|
|
The KLineEdit used for editing the description |
|
|
The KIconButton to configure the icon |
|
|
The KURLRequester used for editing the url |
1.2.18