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.2k 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.
  • I Offline
    I Offline
    illia
    wrote on 5 Mar 2019, 18:38 last edited by
    #1

    I'm working on a project that will use data from the Web, but I'm currently using the open source version of Qt Creator.

    Is there any way that web technologies can be included in the open source Qt Creator?

    If not I will be forced to use a different program.

    Thanks in advance!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 5 Mar 2019, 19:00 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 5 Mar 2019, 19:27 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
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 5 Mar 2019, 19:32 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 5 Mar 2019, 20:31 last edited by
            #5

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

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 5 Mar 2019, 21:24 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 6 Mar 2019, 10:19 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.

                J 1 Reply Last reply 6 Mar 2019, 23:47
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 6 Mar 2019, 22:28 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
                    6 Mar 2019, 10:19

                    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.

                    J Online
                    J Online
                    JKSH
                    Moderators
                    wrote on 6 Mar 2019, 23:47 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 7 Mar 2019, 20:48 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.

                      J J 2 Replies Last reply 7 Mar 2019, 20:56
                      0
                      • I illia
                        7 Mar 2019, 20:48

                        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.

                        J Offline
                        J Offline
                        JonB
                        wrote on 7 Mar 2019, 20:56 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
                          7 Mar 2019, 20:48

                          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.

                          J Online
                          J Online
                          JKSH
                          Moderators
                          wrote on 7 Mar 2019, 23:49 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

                          1/12

                          5 Mar 2019, 18:38

                          • Login

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