#include <bookmarkmanager.h>
Definition at line 12 of file bookmarkmanager.h.
Signals | |
| void | finished (const char *group, const char *desc, const char *url) |
Public Member Functions | |
| PopupBox (QWidget *parent) | |
| ~PopupBox () | |
Private Slots | |
| void | slotOkClicked () |
Private Attributes | |
| QLineEdit * | group |
| QLineEdit * | desc |
| QLineEdit * | url |
| PopupBox::PopupBox | ( | QWidget * | parent | ) |
Definition at line 92 of file bookmarkmanager.cpp.
| PopupBox::~PopupBox | ( | ) |
Definition at line 130 of file bookmarkmanager.cpp.
| void PopupBox::finished | ( | const char * | group, | |
| const char * | desc, | |||
| const char * | url | |||
| ) | [signal] |
Referenced by slotOkClicked().
| void PopupBox::slotOkClicked | ( | ) | [private, slot] |
QLineEdit* PopupBox::group [private] |
QLineEdit* PopupBox::desc [private] |
QLineEdit* PopupBox::url [private] |
1.5.5