Home | History | Annotate | Download | only in Api

Lines Matching refs:SIGNAL

240     The loadStarted() signal is emitted when the view begins loading. The
241 loadProgress() signal, on the other hand, is emitted whenever an element of
243 Finally, the loadFinished() signal is emitted when the view has loaded
275 signal.
393 connect(mainFrame, SIGNAL(titleChanged(QString)),
394 this, SIGNAL(titleChanged(QString)));
395 connect(mainFrame, SIGNAL(iconChanged()),
396 this, SIGNAL(iconChanged()));
397 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
398 this, SIGNAL(urlChanged(QUrl)));
400 connect(d->page, SIGNAL(loadStarted()),
401 this, SIGNAL(loadStarted()));
402 connect(d->page, SIGNAL(loadProgress(int)),
403 this, SIGNAL(loadProgress(int)));
404 connect(d->page, SIGNAL(loadFinished(bool)),
405 this, SIGNAL(loadFinished(bool)));
406 connect(d->page, SIGNAL(statusBarMessage(QString)),
407 this, SIGNAL(statusBarMessage(QString)));
408 connect(d->page, SIGNAL(linkClicked(QUrl)),
409 this, SIGNAL(linkClicked(QUrl)));
410 connect(d->page, SIGNAL(selectionChanged()),
411 this, SIGNAL(selectionChanged()));
413 connect(d->page, SIGNAL(microFocusChanged()),
415 connect(d->page, SIGNAL(destroyed()),
1177 This signal is emitted whenever the \a title of the main frame changes.
1185 This signal is emitted when the \a url of the view changes.
1193 This signal is emitted when the status bar \a text is changed by the page.
1199 This signal is emitted whenever the icon of the page is loaded or changes.
1210 This signal is emitted when a new load of the page is started.
1218 This signal is emitted when a load of the page is finished.
1227 This signal is emitted whenever the selection changes.
1235 This signal is emitted every time an element in the web page
1238 signal tracks the progress of all child frames.
1249 This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy