Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Using the Qt Charts Module in Visual Studio 2015
QtWS25 Last Chance

Using the Qt Charts Module in Visual Studio 2015

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 4 Posters 4.7k 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.
  • tollT Offline
    tollT Offline
    toll
    wrote on last edited by
    #1

    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

    stackprogramerS 1 Reply Last reply
    0
    • tollT toll

      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

      stackprogramerS Offline
      stackprogramerS Offline
      stackprogramer
      wrote on last edited by stackprogramer
      #2

      @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
      0
      • K Offline
        K Offline
        kolegs
        wrote on last edited by
        #3

        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
        0
        • tollT Offline
          tollT Offline
          toll
          wrote on last edited by
          #4

          @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
          0
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @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
            0
            • K Offline
              K Offline
              kolegs
              wrote on last edited by
              #6

              source is avaialable on git

              mrjjM 1 Reply Last reply
              0
              • K kolegs

                source is avaialable on git

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #7

                @kolegs

                QtCharts

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

                K 1 Reply Last reply
                1
                • mrjjM mrjj

                  @kolegs

                  QtCharts

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

                  K Offline
                  K Offline
                  kolegs
                  wrote on last edited by
                  #8

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

                  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