Results 1 to 5 of 5

Thread: qt gui application on webpage

  1. #1

    Default qt gui application on webpage

    hi all

    I want to know is it possible to build a qt gui application for webpage . I want to build gui for technical application with qt, but my utlimate goal is to put that application on my webpage. I want to know is there a way to do so. I thank you in advance for your valuable responses.

  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 gui application on webpage

    Yes and no. It depends how portable you want it to be. If you can live with running it on Windows/IE only, you can implement your application as an ActiveX component. If you want it to be a bit more portable, you can implement it using Jambi and embed into the webpage using the webstart technology. But if you want it to be really portable, you have to build your application for each platform separately and allow a regular download of an installation package from your website.
    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.


  3. #3
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: qt gui application on webpage

    http://doc.trolltech.com/qq/qq26-webplugin.html
    here you can find about inserting widgets in a webpage, but as I understand (I didn't read whole article) it works in QtWebKit only.
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

  4. #4

    Default Re: qt gui application on webpage

    thank you for quick response. Can you please explain how to do it with jambi.

  5. #5
    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 gui application on webpage

    Quote Originally Posted by bcheruk View Post
    thank you for quick response. Can you please explain how to do it with jambi.
    Implement your application in Java using Jambi and read about WebStart to see how to use it. I don't use Java so I can't help you with that.
    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. How to detect a running application
    By yogesh in forum Qt Programming
    Replies: 4
    Last Post: 20th February 2009, 11:22
  2. Qt Application + Web Integration -- Help needed
    By swamyonline in forum Qt Programming
    Replies: 0
    Last Post: 17th February 2009, 12:59
  3. Start Qt application as Windows Service
    By ^NyAw^ in forum Qt Programming
    Replies: 12
    Last Post: 10th May 2008, 18:23
  4. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 19:37

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.