Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. using qt GUI and/or app as web application server

using qt GUI and/or app as web application server

Scheduled Pinned Locked Moved General and Desktop
web app
2 Posts 2 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TomaszCiesla
    wrote on last edited by TomaszCiesla
    #1

    Hi guys, I'm developing software with GUI for single board computers (raspberry pi, beaglebone) using Qt. Most of the time the application is quite simple and allows user to control the hardware with touch screen and GUI. Recently I've had some remote applications (hardware is far away from the operator) with server and client applications, communicating themselves using TCP. But nowadays this approach just screams to be replaced with the web app.
    And here's my question: is there an easy way to use GUI and/or application designed in Qt as the web server?
    Basically the desired application should be quite similar in the functionality and look to applications used for configuring home WiFi routers.
    I don't want to do http/php/java text based combo because, in my opinion, it's too time taking when you've got lot of signals and variables.
    I've tried various solutions like WebToolkit, WebBot, Reahl, VNC via browser, etc but non of them is mature enough...

    1 Reply Last reply
    0
    • timdayT Offline
      timdayT Offline
      timday
      wrote on last edited by timday
      #2

      This topic came up a couple of weeks ago in this thread: https://forum.qt.io/topic/58097/browser-ui (and see also the older https://forum.qt.io/topic/45217/qt-qml-on-standard-web-browser ); no ideal solutions to automagically-webify-my-existing-Qt-app though unfortunately (although QmlWeb looked like it had a lot of potential).

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved