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. {Ask}Qtcharts library error for GUI of sensor in Robot operating system(ROS)
Forum Updated to NodeBB v4.3 + New Features

{Ask}Qtcharts library error for GUI of sensor in Robot operating system(ROS)

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 851 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.
  • B Offline
    B Offline
    basabasy
    wrote on last edited by basabasy
    #1

    0_1533749910001_Screenshot from 2018-08-09 00-37-56.png
    can anyone solve this error ? this GUi design is for the graph of robotics sensor that platform on Robot operating system (ROS). This error always show when i build this program in qt creator or when compile the program by the command "make" in the ubuntu terminal and show a messages "Some of the required modules (qtConfig(graphicsview)) are not available. Skipped." where the place of the error ? Thanks for the help,guys :)

    jsulmJ 1 Reply Last reply
    0
    • A Offline
      A Offline
      alexej.k
      wrote on last edited by alexej.k
      #2

      You don't have the QtCharts module installed. Try using the Qt Maintenance tool to install Qt Data Visualization package

      Also make sure that you have added

      QT += charts
      

      in your .pro file

      B 1 Reply Last reply
      5
      • B basabasy

        0_1533749910001_Screenshot from 2018-08-09 00-37-56.png
        can anyone solve this error ? this GUi design is for the graph of robotics sensor that platform on Robot operating system (ROS). This error always show when i build this program in qt creator or when compile the program by the command "make" in the ubuntu terminal and show a messages "Some of the required modules (qtConfig(graphicsview)) are not available. Skipped." where the place of the error ? Thanks for the help,guys :)

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @basabasy Try to remove QtCharts from your includes

        #include <QChartView>
        

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • A alexej.k

          You don't have the QtCharts module installed. Try using the Qt Maintenance tool to install Qt Data Visualization package

          Also make sure that you have added

          QT += charts
          

          in your .pro file

          B Offline
          B Offline
          basabasy
          wrote on last edited by
          #4

          @alexej.k where i can install this software? do you have any reference ?

          jsulmJ 1 Reply Last reply
          0
          • B basabasy

            @alexej.k where i can install this software? do you have any reference ?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @basabasy He already said where: Qt Maintenance Tool

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

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