Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Web App and C++ library
Forum Updated to NodeBB v4.3 + New Features

Web App and C++ library

Scheduled Pinned Locked Moved Unsolved Qt WebKit
5 Posts 4 Posters 1.9k Views 3 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.
  • K Offline
    K Offline
    kirbX
    wrote on last edited by
    #1

    Hello everybody,
    I'm completly new with webdev and I have a question about integrating a c++ library to a webApp.
    I want to create something that can be open without having anything installed (just a browser). So, if I understood well, basically a webapp? (with Qt, I assume I would use QtWebKit, that's it?)
    Is it possible to integrate to this webapp an external library (here it would be PCL) and make it work on a computer that have nothing installed but a browser?

    Sorry for the (maybe) trivial question, but this is something completly new for me and I have some difficulties understanding how everything works. /:

    Thanks in advance!

    raven-worxR miclandM 2 Replies Last reply
    0
    • K kirbX

      Hello everybody,
      I'm completly new with webdev and I have a question about integrating a c++ library to a webApp.
      I want to create something that can be open without having anything installed (just a browser). So, if I understood well, basically a webapp? (with Qt, I assume I would use QtWebKit, that's it?)
      Is it possible to integrate to this webapp an external library (here it would be PCL) and make it work on a computer that have nothing installed but a browser?

      Sorry for the (maybe) trivial question, but this is something completly new for me and I have some difficulties understanding how everything works. /:

      Thanks in advance!

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @kirbX said:

      Sorry for the (maybe) trivial question, but this is something completly new for me and I have some difficulties understanding how everything works. /:

      I don't think that this question is so trivial ... at least i didn't get it. :)

      What are you trying to achieve exactly?
      And why/how is Qt needed?

      You wrote that a installed webbrowser is the whole requirement for your "webapp". But i don't see where Qt is needed here.
      Also a webapp runs standalone in the browser and mostly connects to a webserver.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • K kirbX

        Hello everybody,
        I'm completly new with webdev and I have a question about integrating a c++ library to a webApp.
        I want to create something that can be open without having anything installed (just a browser). So, if I understood well, basically a webapp? (with Qt, I assume I would use QtWebKit, that's it?)
        Is it possible to integrate to this webapp an external library (here it would be PCL) and make it work on a computer that have nothing installed but a browser?

        Sorry for the (maybe) trivial question, but this is something completly new for me and I have some difficulties understanding how everything works. /:

        Thanks in advance!

        miclandM Offline
        miclandM Offline
        micland
        wrote on last edited by
        #3

        @kirbX
        I think that's a litte misunderstanding: QtWebKit is not ment to extend HTML&co to create webapps that run in a browser - instead QtWebKit is a browser engine that can be integrated in your Qt app.
        So if I understand correctly what you want to achieve, Qt / QtWebKit will not help you.
        If there's JUST a browser on your machine you can use JUST web technologies like HTML&JS. On the server side you can use what you want (or what you are able to use) as long as the it generates an output based on web technologies that are understood by the installed browser.
        (If I got you wrong please clarify what you exactly want to achieve, as raven-worx already asked...)

        K 1 Reply Last reply
        0
        • miclandM micland

          @kirbX
          I think that's a litte misunderstanding: QtWebKit is not ment to extend HTML&co to create webapps that run in a browser - instead QtWebKit is a browser engine that can be integrated in your Qt app.
          So if I understand correctly what you want to achieve, Qt / QtWebKit will not help you.
          If there's JUST a browser on your machine you can use JUST web technologies like HTML&JS. On the server side you can use what you want (or what you are able to use) as long as the it generates an output based on web technologies that are understood by the installed browser.
          (If I got you wrong please clarify what you exactly want to achieve, as raven-worx already asked...)

          K Offline
          K Offline
          Konstantin Tokarev
          wrote on last edited by
          #4

          @micland Actually no, QtWebKit can extend HTML&co by means of custom objects, injected into the page (look for "QtWebKit bridge"), and also custom widgets via Qt plugins (QWebPluginFactory).

          miclandM 1 Reply Last reply
          0
          • K Konstantin Tokarev

            @micland Actually no, QtWebKit can extend HTML&co by means of custom objects, injected into the page (look for "QtWebKit bridge"), and also custom widgets via Qt plugins (QWebPluginFactory).

            miclandM Offline
            miclandM Offline
            micland
            wrote on last edited by
            #5

            @Konstantin-Tokarev said:

            @micland Actually no, QtWebKit can extend HTML&co by means of custom objects, injected into the page (look for "QtWebKit bridge"), and also custom widgets via Qt plugins (QWebPluginFactory).

            Ok, that's right - but AFAIR it requires a QtWebKit based browser engine, "just an installed browser" is not sufficient....

            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