Home | History | Annotate | Download | only in Api

Lines Matching full:signal

211     // If the page had no title, still make sure it gets the signal
340 This signal is emitted whenever the \a title of the main frame changes.
348 This signal is emitted when the \a url of the view changes.
356 This signal is emitted whenever the icon of the page is loaded or changes.
367 This signal is emitted when a new load of the page is started.
375 This signal is emitted when a load of the page is finished.
592 connect(mainFrame, SIGNAL(titleChanged(QString)),
593 this, SIGNAL(titleChanged(QString)));
594 connect(mainFrame, SIGNAL(iconChanged()),
595 this, SIGNAL(iconChanged()));
596 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
597 this, SIGNAL(urlChanged(QUrl)));
598 connect(d->page, SIGNAL(loadStarted()),
599 this, SIGNAL(loadStarted()));
600 connect(d->page, SIGNAL(loadProgress(int)),
601 this, SIGNAL(loadProgress(int)));
602 connect(d->page, SIGNAL(loadFinished(bool)),
604 connect(d->page, SIGNAL(statusBarMessage(QString)),
605 this, SIGNAL(statusBarMessage(QString)));
606 connect(d->page, SIGNAL(linkClicked(QUrl)),
607 this, SIGNAL(linkClicked(QUrl)));
1162 This signal is emitted when the statusbar \a text is changed by the page.
1168 This signal is emitted every time an element in the web page
1171 This signal tracks the progress of all child frames.
1182 This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy