Classified ads
|
class for editing link to be inserted into edited text More...
#include <insertlinkdialog.h>
Signals | |
void | error (MController::CAErrorSituation aError, const QString &aExplanation) |
void | linkReady (const QString &aLinkAddress, const QString &aLinkLabel) |
Public Member Functions | |
InsertLinkDialog (QWidget *aParent, MController *aController) | |
~InsertLinkDialog () | |
Private Slots | |
void | okButtonClicked () |
void | urlTextEdited (const QString &aText) |
Private Attributes | |
Ui_insertLinkDialog | ui |
MController * | iController |
class for editing link to be inserted into edited text
InsertLinkDialog::InsertLinkDialog | ( | QWidget * | aParent, |
MController * | aController | ||
) |
Constructor.
InsertLinkDialog::~InsertLinkDialog | ( | ) |
destructor
|
signal |
|
signal |
signal that is emitted when user is finished with addition ; this should be connected to suitable text editor
|
privateslot |
|
privateslot |
when user changes URL text
|
private |
|
private |