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. Qt Charts and Data Visualization widgets

Qt Charts and Data Visualization widgets

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 3 Posters 9.4k 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.
  • fire_lizardF Offline
    fire_lizardF Offline
    fire_lizard
    wrote on last edited by
    #1

    I am interested in trying non-commercial version of Qt Charts and Qt Data Visualization.
    Therefore, I have installed Qt 5.7, but I cannot find new widgets neither in Qt Designer nor in Qt Creator.
    Any suggestions what should I do so new widgets appear in designer?

    ? 1 Reply Last reply
    0
    • fire_lizardF fire_lizard

      I am interested in trying non-commercial version of Qt Charts and Qt Data Visualization.
      Therefore, I have installed Qt 5.7, but I cannot find new widgets neither in Qt Designer nor in Qt Creator.
      Any suggestions what should I do so new widgets appear in designer?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @fire_lizard
      There are no new widgets in Qt Designer.
      You have to write the code (e.g. QChartView, QLineSeries) in Qt Creator.

      To start with it, show at onme example and look at the code. Then you will see that it is not difficult.

      Hope this helps.

      1 Reply Last reply
      3
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        To add to what @HenrikSt said, you can use Qt Designer to add a QChartView to your form: In Designer, just add a QWidget to your form and promote it to QChartView (as described in Using Custom Widgets with Qt Designer).

        1 Reply Last reply
        3

        • Login

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