Results 1 to 9 of 9

Thread: void QWebView::loadFinished(bool ok) ok is always false

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2016
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: void QWebView::loadFinished(bool ok) ok is always false

    Quote Originally Posted by anda_skoa View Post
    For the unlikely case that the documentation of the signal does not contain that, you could look at the code where the signal is emitted.

    Cheers,
    _
    We dont have access to the QT code where the signal is emitted. Can you please let us know any alternative method of determining where 'ok' is set to false?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: void QWebView::loadFinished(bool ok) ok is always false

    Quote Originally Posted by mspms View Post
    We dont have access to the QT code where the signal is emitted.
    Of course you do.
    The Qt sources are part of every download, the code repository is publically accessible and there is a web base code browser.

    Quote Originally Posted by mspms View Post
    Can you please let us know any alternative method of determining where 'ok' is set to false?
    Alternatively set a break point in your slot, look at the call stack, find the method inside QtQWebKit before the signal handling code in QObject, set a break point there.

    In any case, as d_stranz has said, the signal is documented.

    Cheers,
    _

Similar Threads

  1. QWevView loadFinished iframes
    By Ini in forum Qt Programming
    Replies: 0
    Last Post: 26th January 2016, 18:22
  2. loadFinished() signal not emitted
    By sujan.dasmahapatra in forum Qt Programming
    Replies: 0
    Last Post: 27th June 2013, 12:21
  3. QWebpage always return false for signal loadfinished
    By QtVenkat in forum Qt Programming
    Replies: 0
    Last Post: 4th June 2010, 20:50
  4. Replies: 4
    Last Post: 28th April 2010, 09:50
  5. diffrence between void and virtual void
    By raphaelf in forum General Programming
    Replies: 2
    Last Post: 23rd February 2006, 13:58

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.