Results 1 to 3 of 3

Thread: Qt app and web page

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Sta. Eugènia de Berga (Vic - Barcelona - Spain)
    Posts
    869
    Thanks
    70
    Thanked 59 Times in 57 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Qt app and web page

    Hi,

    I have a Qt console application(without GUI).
    I want to create a web page to act as the GUI of the application.
    The application can show images -> uses openCV to get frames on a USB camera and I want to display on a web page.
    I want to create the GUI as a web page to act similar to some devices where you connect to it by web browser and you can configure it.

    I have no idea how to start this. I know that some languages like PHP maybe can be useful.

    Thanks,
    Òscar Llarch i Galán

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt app and web page

    you can try to use QTextDocument for generating html and then save its content.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  3. #3
    Join Date
    Jan 2006
    Location
    Sta. Eugènia de Berga (Vic - Barcelona - Spain)
    Posts
    869
    Thanks
    70
    Thanked 59 Times in 57 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qt app and web page

    Hi,

    I think that this is not what I want.
    I want to create a web page that starts the application and I want to get communication
    between the application that is running and the web page.

    Thanks,
    Òscar Llarch i Galán

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.