Results 1 to 3 of 3

Thread: QWebView::Load problem

  1. #1
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default QWebView::Load problem

    I have a URL,

    [WIKI]http://flickr.com/services/auth/?api_key=ff743da7544779780bdb279453d76880&perms=wr ite&frob=72157610521212829-805d706df4f9c332-978861&api_sig=289197e66b6b8a261ac2003f606a28c4[/WIKI]

    I am calling QWebView::load(); To show this page.
    This is showing page on some machines and not showing on others.
    Last edited by yogeshgokul; 2nd December 2008 at 11:29.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWebView::Load problem

    Can you be more specific about the problem?

  3. #3
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QWebView::Load problem

    Ohh, I resolved this issue. Problem was QWebView cannot show a webpage which is working on HTTPS protocol. We need to suppy 2 DLLs for that.
    1. ssleay32.dll
    2. libeay32.dll

    If we copy these DLLs into working directory, the program runs well.

Similar Threads

  1. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  2. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  3. problem with paint and erase in frame
    By M.A.M in forum Qt Programming
    Replies: 9
    Last Post: 4th May 2008, 20:17
  4. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.