Lines Matching full:signal
232 The loadStarted() signal is emitted when the view begins loading. The
233 loadProgress() signal, on the other hand, is emitted whenever an element of
235 Finally, the loadFinished() signal is emitted when the view has loaded
267 signal.
376 connect(mainFrame, SIGNAL(titleChanged(QString)),
377 this, SIGNAL(titleChanged(QString)));
378 connect(mainFrame, SIGNAL(iconChanged()),
379 this, SIGNAL(iconChanged()));
380 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
381 this, SIGNAL(urlChanged(QUrl)));
383 connect(d->page, SIGNAL(loadStarted()),
384 this, SIGNAL(loadStarted()));
385 connect(d->page, SIGNAL(loadProgress(int)),
386 this, SIGNAL(loadProgress(int)));
387 connect(d->page, SIGNAL(loadFinished(bool)),
388 this, SIGNAL(loadFinished(bool)));
389 connect(d->page, SIGNAL(statusBarMessage(QString)),
390 this, SIGNAL(statusBarMessage(QString)));
391 connect(d->page, SIGNAL(linkClicked(QUrl)),
392 this, SIGNAL(linkClicked(QUrl)));
394 connect(d->page, SIGNAL(microFocusChanged()),
396 connect(d->page, SIGNAL(destroyed()),
1120 This signal is emitted whenever the \a title of the main frame changes.
1128 This signal is emitted when the \a url of the view changes.
1136 This signal is emitted when the status bar \a text is changed by the page.
1142 This signal is emitted whenever the icon of the page is loaded or changes.
1153 This signal is emitted when a new load of the page is started.
1161 This signal is emitted when a load of the page is finished.
1170 This signal is emitted whenever the selection changes.
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