Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QWebView rendering Google Images improperly?
Forum Updated to NodeBB v4.3 + New Features

QWebView rendering Google Images improperly?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 733 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nicky j
    wrote on 27 Apr 2014, 22:41 last edited by
    #1

    Hey there,

    As I have been working on my web browser, I have noticed that QWebView does not appear to render Google Images correctly. On Safari and Chrome (and I'm assuming other major browsers), google images has all the images tiled on the page. When an image is clicked, it is shown enlarged below the thumbnail. QWebView doesn't seem to do this. It shows the thumbnails with way too much padding, and when clicked the images take you to the page they are on rather than expanding like they should. Is this a failing of QWebView? How can I rectify this problem?

    Thanks!

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rowol
      wrote on 12 Aug 2016, 01:23 last edited by rowol 8 Dec 2016, 01:29
      #2

      I can confirm I have having this exact same problem with the search results from Google Images (i.e. images.google.com) ... in 2016.

      I'm using pyQt v4.8.6 and Qt v4.8.6

      I did try enabling Javascript and Java... didn't make a difference.

      I'm getting the rules from Google via URL, i.e. if I want to search for a green truck, the URL I use is:
      http://www.google.com/search/?tbm=isch&q=green+truck

      I use the load method of QWebView to get the results. My results have the exact same issues as Nicky (above)

      As a temporary work around I'm using Bing's image search instead, that works fine with QWebView.

      Thanks,
      Ross

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved