Home | History | Annotate | Download | only in Api

Lines Matching refs:SIGNAL

107     // If the page had no title, still make sure it gets the signal
129 QObject::connect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
132 QObject::disconnect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
188 This signal is emitted whenever the \a title of the main frame changes.
196 This signal is emitted when the \a url of the view changes.
204 This signal is emitted whenever the icon of the page is loaded or changes.
215 This signal is emitted when a new load of the page is started.
223 This signal is emitted when a load of the page is finished.
245 QObject::connect(this, SIGNAL(scaleChanged()), this, SLOT(_q_scaleChanged()));
520 connect(mainFrame, SIGNAL(titleChanged(QString)),
521 this, SIGNAL(titleChanged(QString)));
522 connect(mainFrame, SIGNAL(iconChanged()),
523 this, SIGNAL(iconChanged()));
524 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
525 this, SIGNAL(urlChanged(QUrl)));
526 connect(d->page, SIGNAL(loadStarted()),
527 this, SIGNAL(loadStarted()));
528 connect(d->page, SIGNAL(loadProgress(int)),
529 this, SIGNAL(loadProgress(int)));
530 connect(d->page, SIGNAL(loadFinished(bool)),
532 connect(d->page, SIGNAL(statusBarMessage(QString)),
533 this, SIGNAL(statusBarMessage(QString)));
534 connect(d->page, SIGNAL(linkClicked(QUrl)),
535 this, SIGNAL(linkClicked(QUrl)));
536 connect(d->page, SIGNAL(destroyed()),
539 connect(d->page, SIGNAL(microFocusChanged()),
1172 This signal is emitted when the statusbar \a text is changed by the page.
1178 This signal is emitted every time an element in the web page
1181 This signal tracks the progress of all child frames.
1192 This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy