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. Using Web technologies with Open Source Qt Creator
Forum Updated to NodeBB v4.3 + New Features

Using Web technologies with Open Source Qt Creator

Scheduled Pinned Locked Moved Unsolved Qt WebKit
12 Posts 4 Posters 2.5k Views 2 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi and welcome to devnet,

    What exactly do you plan to develop ?

    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
    • I Offline
      I Offline
      illia
      wrote on last edited by
      #3

      The first version will be a simple application that will display news, but my goal is to display prices of stock and their correlating graphs.

      Thanks for the answer!

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #4

        What web technologies ?

        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
        • I Offline
          I Offline
          illia
          wrote on last edited by
          #5

          I need access to the qtwebkit module as far as I know now.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #6

            So you are building a QtWebEngine or QtWebKit based application ?

            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
            • I Offline
              I Offline
              illia
              wrote on last edited by
              #7

              I'm new to Qt Creator so I'm not sure what module I need to use. I have Qt Creator 4.8.1 downloaded (the open source version). From what I've read, I need to use QtWebEngine, because it replaced QtWebKit.

              JKSHJ 1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #8

                @Konstantin-Tokarev made a reboot of QtWebKit so it has been update however you have to build it yourself. You have the choice.

                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
                1
                • I illia

                  I'm new to Qt Creator so I'm not sure what module I need to use. I have Qt Creator 4.8.1 downloaded (the open source version). From what I've read, I need to use QtWebEngine, because it replaced QtWebKit.

                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #9

                  @illia said in Using Web technologies with Open Source Qt Creator:

                  I'm new to Qt Creator so I'm not sure what module I need to use. I have Qt Creator 4.8.1 downloaded (the open source version).

                  Can you describe how you downloaded and installed this?

                  Note:

                  • Qt Creator is an Integrated Development Environment (IDE)
                  • Qt is a C++ library (C++ plus other languages, to be precise. But it's mainly C++)

                  You need to install the Qt libraries and a compiler to get started.

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  1 Reply Last reply
                  2
                  • I Offline
                    I Offline
                    illia
                    wrote on last edited by
                    #10

                    I downloaded it from the Qt main website (the open source version).
                    https://www.qt.io/download

                    I installed it as the instruction told.

                    I can use Qt Creator normally, the problem comes when I try to use web technologies.

                    JonBJ JKSHJ 2 Replies Last reply
                    0
                    • I illia

                      I downloaded it from the Qt main website (the open source version).
                      https://www.qt.io/download

                      I installed it as the instruction told.

                      I can use Qt Creator normally, the problem comes when I try to use web technologies.

                      JonBJ Offline
                      JonBJ Offline
                      JonB
                      wrote on last edited by
                      #11

                      @ilia

                      I can use Qt Creator normally, the problem comes when I try to use web technologies.

                      Could you clarify just where your problem is? Try not to say "web technologies", just tell us what you're actually trying to do when you encounter your issue!

                      1 Reply Last reply
                      2
                      • I illia

                        I downloaded it from the Qt main website (the open source version).
                        https://www.qt.io/download

                        I installed it as the instruction told.

                        I can use Qt Creator normally, the problem comes when I try to use web technologies.

                        JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #12

                        @illia said in Using Web technologies with Open Source Qt Creator:

                        I downloaded it from the Qt main website (the open source version).
                        https://www.qt.io/download

                        I installed it as the instruction told.

                        The installer contains many components. Which ones did you select?

                        You probably want to select these 3 things, at least:

                        1. Tools > Qt Creator
                        2. Qt 5.12.1 > MSVC 2017 64-bit
                        3. Qt 5.12.1 > Qt WebEngine

                        No. #1 is selected by default, but the others are not.

                        You also need to install Visual Studio 2017 directly from Microsoft. Qt WebEngine is not compatible with the MinGW compiler.

                        As @SGaist said, it is still possible to use Qt WebKit. However, the setup is harder.

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        1 Reply Last reply
                        2

                        • Login

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