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. Web app based on a desktop application
Forum Updated to NodeBB v4.3 + New Features

Web app based on a desktop application

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.3k Views 1 Watching
  • 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.
  • N Offline
    N Offline
    naedh
    wrote on last edited by
    #1

    Hello,
    We currently have a desktop application (C++) made with QtCreator. Our next goal is to have a web application which would be a lighter version of the desktop one. We would like to avoid as much as possible to duplicate the code so we're looking for ways to have the engine of the desktop app work server side while the web app would be an html/css interface (with some basic drawning and drag&drop features) that would send requests to the server when needed and then get the results and display them.

    Would Webkit Bridge be what we need to do that ? Is there any other tool that would be useful ? I've done some research but it still isn't quite clear what would be the easiest way to achieve our goal.

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      I think "Wt toolkit":http://www.webtoolkit.eu/wt will be very useful for you.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dvdk
        wrote on last edited by
        #3

        The Wt toolkit has example code "wtwithqt" to show you how to combine wt and qt.
        Read the readme file "here":https://github.com/kdeforche/wt/tree/master/examples/wtwithqt/lib to find out about the compatibility issues (mainly qt vs boost threading) and their solution.

        1 Reply Last reply
        0
        • N Offline
          N Offline
          naedh
          wrote on last edited by
          #4

          Wt seems to be very interesting and might be exactly what we need. I'm gonna take a look at the links you gave me.
          Thank you for the fast answers !

          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