Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. browser UI

browser UI

Scheduled Pinned Locked Moved C++ Gurus
webkitc++browser
5 Posts 3 Posters 2.9k 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.
  • V Offline
    V Offline
    ViGor
    wrote on 24 Aug 2015, 14:54 last edited by
    #1

    Newbie question: I need to create a UI for my c++ application, but the UI must be from a browser, not the app itself. I suppose this means my app must serve up web pages.

    1. Is the QtWebKit able to do this?
    2. Is there a WYSIWYG designer tool?
    3. An example somewhere?

    Thanks!

    T 1 Reply Last reply 24 Aug 2015, 21:26
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Aug 2015, 20:55 last edited by
      #2

      Hi and welcome to devnet,

      Do you mean an HTML5 UI in a QApplication ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • V ViGor
        24 Aug 2015, 14:54

        Newbie question: I need to create a UI for my c++ application, but the UI must be from a browser, not the app itself. I suppose this means my app must serve up web pages.

        1. Is the QtWebKit able to do this?
        2. Is there a WYSIWYG designer tool?
        3. An example somewhere?

        Thanks!

        T Offline
        T Offline
        timday
        wrote on 24 Aug 2015, 21:26 last edited by timday
        #3

        @ViGor Are you looking for something like the things that were discussed in this thread: https://forum.qt.io/topic/45217/qt-qml-on-standard-web-browser ? (Ah, the Gitorious links seem to be unavailable; try https://www.youtube.com/watch?v=Ea8Maw4FTw8 or http://akreuzkamp.de/2013/07/10/webapps-written-in-qml-not-far-from-reality-anymore/ for QmlWeb). Something like QmlWeb (but maybe more QSG rendered in clientside WebGL) would have huge potential IMHO, and would have been a useful foil to the question I've seen kill a project's hope of Qt adoption stone dead: "So what's the Qt story on web?". But there doesn't seem to be much going on in that space currently AFAIK (be interested to be shown different).

        Wt ( http://www.webtoolkit.eu/wt/ ) is another interesting option if you want a C++ UI widget toolkit and event driven programming style... but served up in a browser. But it's not Qt.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          ViGor
          wrote on 26 Aug 2015, 00:52 last edited by
          #4

          Sorry I was not clear.

          I have a standalone app, it is not a QApplication but it could be if absolutely necessary.

          The UI must work in firefox,chrome and safari.
          So the brower would connect to the app via a URL such as "https://localhost:9000". So the app will need an embedded html server to serve up the web pages.

          So my questions remain the same... basically can QT help create this embedded web server?

          Thanks again for your patience and advice.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 26 Aug 2015, 20:00 last edited by
            #5

            Yes you have everything you need in Qt to do that, however there are other projects like QHttp that you could use directly.

            Hope it helps

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            4/5

            26 Aug 2015, 00:52

            • Login

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