Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to make a plot in Qt Quick project?
Forum Update on Monday, May 27th 2025

How to make a plot in Qt Quick project?

Scheduled Pinned Locked Moved QML and Qt Quick
plot browsing t
2 Posts 2 Posters 1.1k 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.
  • R Offline
    R Offline
    Reuven
    wrote on 25 Sept 2015, 18:40 last edited by
    #1

    Hi. I'm new in C++ and QT is my first IDE tool. After primary exercise to build simple calculator from internet tutorial I'd want to try to put my GUI application from Matlab to Qt project. This is some simple measurement tool with buttons and plots, changing in time like in scope.
    So my questions are:

    • Is it right way to use Frame container for each plot?
    • Are there another, better ways to organize plot in Qt design field?
    • Are there some tutorials about it or examples?

    And some other issue: In my application I have to click and browse to select an external file with data to display (standard browsing sub-window?). Is there some Qwidget directly adopted for it?
    I will be very glad to get any recommendations.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JKSH
      Moderators
      wrote on 29 Sept 2015, 11:55 last edited by
      #2

      Hi @Reuven, and welcome to the Qt Dev Net!

      Do you have a preference between Qt Quick and Qt Widgets?

      • For plotting in Qt Quick, see the Stocqt example.
      • For plotting in Qt Widgets, see the Qwt framework (note: This is a 3rd-party library that you must download separately)
      • For browsing files in Qt Quick, see FileDialog (and an example)
      • For browsing files in Qt Widgets, see QFileDialog

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      2/2

      29 Sept 2015, 11:55

      • Login

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