Results 1 to 4 of 4

Thread: Program application on website

  1. #1
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default Program application on website

    Dear Friends

    How can deploy an application on a website. I want to develop an application program using Qt, and now I want that program to work on a website. Is it possible to do?? Please give me some lights on this, I am somewhat ignorant about website application interaction. Thanks for any help. Thanks Sujan

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Program application on website

    Quote Originally Posted by sujan.dasmahapatra View Post
    How can deploy an application on a website.
    FTP, SCP... but I suspect that is not what you meant
    I want to develop an application program using Qt, and now I want that program to work on a website. Is it possible to do??
    Yes, a C++/Qt program can act as a CGI application or Internet service. If you mean, "Can my Qt GUI application be seamlessly run over the web", then No.
    Please give me some lights on this, I am somewhat ignorant about website application interaction.
    Start by becoming informed about website application interaction. Find some simple CGI examples and get an understanding of how a rudimentary web application works, how it gets its input, and what it returns in response. At that point you might have a better idea if that is the sort of thing you meant or whether you meant something else.

  3. #3
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default Re: Program application on website

    Basically I want to run my program seamlessly over the web. My website is build in PHP. Now I want some opengl interaction on the web basically i want to display some graphics items on the web on user menuclick event. So I am thinking if I could build the application using Qt-OpenGL and then integrate the application somehow on the website. Please give me some suggestions how can I do that. Thanks Sujan

  4. #4
    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: Program application on website

    What I understand is that you want to launch your Qt application inside a web browser (aka run it as a plugin). This is doable however not that simple nor versatile. If you want OpenGL interaction then in my opinion you should just use HTML5 and WebGL.
    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: 0
    Last Post: 7th July 2011, 23:43
  2. Replies: 2
    Last Post: 16th September 2010, 11:33
  3. Replies: 2
    Last Post: 9th July 2009, 14:13
  4. Replies: 0
    Last Post: 3rd June 2009, 04:26
  5. not running the application program
    By sudheer in forum Newbie
    Replies: 11
    Last Post: 5th December 2007, 07:35

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.