Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Using the Qt Charts Module in Visual Studio 2015

    General and Desktop
    4
    8
    4285
    Loading More Posts
    • 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.
    • toll
      toll last edited by

      Hi there,

      I would like to use the Qt Charts Module ( found under http://doc.qt.io/QtCharts/index.html ).
      I am using Visual Studio 2015 with the Qt5 Plugin and the Qt 5.6 RC installation.
      As far as I know there are no .qml files to edit. Instead the used modules should be selected in the "Qt Project Settings" . My problem is, that there is no option for the Qt Charts Module, so how do I get it working then?

      Kind regards,

      Tobi

      stackprogramer 1 Reply Last reply Reply Quote 0
      • stackprogramer
        stackprogramer @toll last edited by stackprogramer

        @toll welcome to devnet Qt
        i think QtChart is not supported in Qt opensource version
        it is supported in commercial project.
        which Qt do you have?

        1 Reply Last reply Reply Quote 0
        • K
          kolegs last edited by

          For Qt 5.6 you can use QtCharts but you need to compile it on your own. From Qt5.7 its gonna be combilled in binaries. So you need to grab a source and do it on your own.

          Checked it and it works for Linux, Android and iOS.

          1 Reply Last reply Reply Quote 0
          • toll
            toll last edited by

            @stackprogramer said:

            @toll welcome to devnet Qt
            i think QtChart is not supported in Qt opensource version
            it is supported in commercial project.
            which Qt do you have?

            Thank you, I am using the opensource version of Qt.

            Can I compile this module on my own?

            1 Reply Last reply Reply Quote 0
            • mrjj
              mrjj Lifetime Qt Champion last edited by

              @kolegs said:

              QtCharts

              well as @kolegs says, from 5.6 you can use it in opensoruce version.

              http://doc.qt.io/QtCharts/qtcharts-getting-started.html

              Not sure where to get the code :)
              (maybe it is in the installer)

              1 Reply Last reply Reply Quote 0
              • K
                kolegs last edited by

                source is avaialable on git

                mrjj 1 Reply Last reply Reply Quote 0
                • mrjj
                  mrjj Lifetime Qt Champion @kolegs last edited by mrjj

                  @kolegs

                  QtCharts

                  this ?
                  https://github.com/qtproject/qtcharts

                  K 1 Reply Last reply Reply Quote 1
                  • K
                    kolegs @mrjj last edited by

                    @mrjj Yes, just compile it for your platform and it should work. But I've never checked this on windows.

                    1 Reply Last reply Reply Quote 2
                    • First post
                      Last post