Results 1 to 2 of 2

Thread: Qt Webkit

  1. #1
    Join Date
    May 2009
    Posts
    17
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt Webkit

    When using JAVA or Flash all the content (program) is stored in a server, and the client only has to have an interpreter installed. Thus, whenever a the client runs it, the program is downloaded and run in computer from the interpreter.

    If the program is updated, there is only need to do so on the server, with no need to do it on the program in the client computer. There will only be need to update the client if there's a new version of the interpreter.

    Using QT, each program must be installed with Qt's DLL on the client computer, because QT doesn't work in the same concept of Java or Flash.

    Is this correct?

    Is there a way to use the QT in the same way we would use JAVA or Flash, so that when the program updates, we could do it only on the server without the need to update the clients?

  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: Qt Webkit

    Quote Originally Posted by lyucs View Post
    Is this correct?
    Yes, that's correct.

    Is there a way to use the QT in the same way we would use JAVA or Flash, so that when the program updates, we could do it only on the server without the need to update the clients?
    You could wrap your appplication in an updater process that when the app starts, it connects to the server and checks if a newer version of the libraries (or the application) exists, downloads and installs it or alternatively informs the user about a need to do so.
    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.


Similar Threads

  1. Replies: 7
    Last Post: 2nd July 2009, 17:35
  2. Where can I get basic WebKit software?
    By crazymoonboy in forum General Discussion
    Replies: 1
    Last Post: 4th September 2008, 14:15
  3. Qt 4.4 preview Webkit.
    By bunjee in forum Installation and Deployment
    Replies: 6
    Last Post: 7th May 2008, 09:51
  4. qt webkit
    By kernel_panic in forum Qt Programming
    Replies: 5
    Last Post: 4th November 2007, 20:03

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.