Lines Matching full:signal
1568 the linkClicked() signal.
1573 \value DelegateAllLinks Whenever a link is activated the linkClicked() signal is emitted.
1701 The loadStarted() signal is emitted when the page begins to load.The
1702 loadProgress() signal, on the other hand, is emitted whenever an element
1704 etc. Finally, the loadFinished() signal is emitted when the page has
1720 object's \l{QWebPage::}{loadFinished()} signal to our private slot,
1748 connect(this, SIGNAL(loadProgress(int)), this, SLOT(_q_onLoadProgressChanged(int)));
1750 connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()), this, SLOT(_q_cleanupLeakMessages()));
2494 connect(a, SIGNAL(triggered(bool)),
2697 If enabled, the unsupportedContent() signal is emitted with a network reply that
2718 linkClicked() signal
3368 This signal is emitted when a new load of the page is started.
3376 This signal is emitted when the global progress status changes.
3387 This signal is emitted when a load of the page is finished.
3396 This signal is emitted when the mouse hovers over a link.
3402 When the mouse leaves the link element the signal is emitted with empty parameters.
3410 This signal is emitted when the statusbar \a text is changed by the page.
3416 This signal is emitted whenever the page creates a new \a frame.
3422 This signal is emitted whenever the selection changes.
3431 This signal
3440 This signal is emitted whenever the document wants to change the position and size of the
3447 This signal is emitted whenever this QWebPage should be updated and no view was set.
3459 This signal is emitted whenever the content given by \a rectToScroll needs
3468 This signal is emitted whenever the page requests the web browser window to be closed,
3475 This signal is emitted whenever the page requests the web browser to print \a frame,
3484 This signal is emitted when WebKit cannot handle a link the user navigated to.
3486 At signal emission time the meta-data of the QNetworkReply \a reply is available.
3488 \note This signal is only emitted if the forwardUnsupportedContent property is set to true.
3496 This signal is emitted when the user decides to download a link. The url of
3505 This signal is emitted when for example the position of the cursor in an editable form
3507 the user is able to enter text. This signal is usually connected to QWidget's updateMicroFocus()
3514 This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy
3525 This signal is emitted whenever the visibility of the toolbar in a web browser
3532 This signal is emitted whenever the visibility of the statusbar in a web browser
3539 This signal is emitted whenever the visibility of the menubar in a web browser
3547 This signal is emitted whenever the web site shown in \a frame is asking to store data
3555 This signal is emitted shortly before the history of navigated pages
3561 A potential use-case for this signal is to store custom data in
3569 This signal is emitted when the load of \a frame is finished and the application may now update its state accordingly.