Results 1 to 7 of 7

Thread: Google Earth with QGLWidget, or QWebView?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Google Earth with QGLWidget, or QWebView?

    You can use whatever solution you like. QWebView is a web browser (2D, basically), QGLWidget allows you to render 3D content. I don't see what cached/uncached/whatever content has to do with it. If you want a flat view then you can use QWebView or QGraphicsView or QWidget or whatever you like, if you want a spherical view then QGLWidget seems the obvious choice if you can do proper UV mapping of the sphere.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. The following user says thank you to wysota for this useful post:

    TheIndependentAquarius (11th July 2012)

Similar Threads

  1. Google Earth/Maps and QWebView API
    By TheIndependentAquarius in forum Qt Programming
    Replies: 5
    Last Post: 30th June 2012, 10:08
  2. Google Earth Plugin in QWebKit
    By yannlepage in forum Qt Programming
    Replies: 1
    Last Post: 24th January 2010, 15:10
  3. Google Earth Widget Using QtWebKit
    By danielperaza in forum Qt Programming
    Replies: 1
    Last Post: 24th January 2010, 14:49
  4. Replies: 0
    Last Post: 4th February 2009, 15:46
  5. Does anyone know google earth?
    By miaoliang in forum General Discussion
    Replies: 1
    Last Post: 30th November 2006, 13:48

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.