Results 1 to 2 of 2

Thread: Where can I get Qt Quick? Can it do graphing?

  1. #1
    Join Date
    Oct 2019
    Posts
    4
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Where can I get Qt Quick? Can it do graphing?

    Where can I download Qt Quick (for use in Python). I just installed Qt Creator and a tutorial on the Qt site has an example with these imports:

    import QtQuick 2.12
    import QtQuick.Controls 2.12

    but I can't find any links to download it and it's crashing when it runs. Since Qt Quick Designer is built into Qt Creator, I would have expected Qt Quick to be included, but apparently not.

    So where can I download Qt Quick?

    Is it possible to build graphs with it? Does it have that kind of flexibility? A Qt blog entry seems to say QML is eventually going to replace QGraphicsView.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Where can I get Qt Quick? Can it do graphing?

    Qt Creator is a developer's code editor. It does not include a version of Qt against which you develop, or a C++ compiler. (Just like Eclipse does not include a JDK, or VS Code a C# compiler)

    Qt Quick is a standard component of the Qt C++ library
    https://www.qt.io/download
    There are Qt add-ons (Qt Charts, Qt Data Visualization) for charting which may be useful. These can be accessed from Qt Maintenance tool installed with your Qt Library.

    What access you have to various components of Qt from a Python environment will depend on that environment. PyQt5 seems to have both add-ons.

Similar Threads

  1. Multi-Axis Graphing Widget
    By malcom2073 in forum Qt Programming
    Replies: 2
    Last Post: 1st May 2012, 17:50
  2. Graphing in Qt
    By Splatify in forum Newbie
    Replies: 3
    Last Post: 21st February 2011, 20:13
  3. graphing logarithmic data
    By vonCZ in forum General Programming
    Replies: 1
    Last Post: 24th March 2010, 15:15
  4. Qt and Graphing tools
    By deepakn in forum General Programming
    Replies: 2
    Last Post: 11th August 2009, 18:41
  5. QT Graphing Toolkits
    By dlautz in forum Qt Programming
    Replies: 3
    Last Post: 27th April 2006, 20:51

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.