Results 1 to 2 of 2

Thread: Qt Quick or Qt Widgets for data visualization desktop application? Your opinion?

  1. #1
    Join Date
    Apr 2013
    Location
    N/A
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Qt Quick or Qt Widgets for data visualization desktop application? Your opinion?

    I am developing an application that will be used to visualize and analyze data from various sensors collected over time.
    Visualization will be in terms of color pallete where certain range of values are tied to a particular color with some gradient.
    User will be able to scroll the data set, zoom in, zoom out.
    User will be able to "draw" bounding boxes on the data set - stored in separate file; as user scrolls if it comes to a section where bounding box was it will be drawn again.
    Dataset will be fairly large (3-4GB) but only a portion will be drawn at the time (depending on zoom factor). Scrolling should be without delays to a point.

    I would be very much interested in doing this application in Qt due to multiplatform capability and possibly putting a version of this GUI on an embedded device with touchscreen. Also I want it to run on Linux (primarily) and Windows.

    I am debating between Qt Quick (QML) and Qt Widget based.

    I have lots of software development experience and did many projects in C++ and C#. In C# for the past few years I have been using Model-View-ViewModel architecture where I would write complete GUI in XAML and model & logic in C#. Then I can change either one or do testing and the other remains intact.

    I think with QML this decoupling is also possible, but I do not see QML being promoted for complex desktop application development with some use-cases and scenarios being given as an example of a proper way of using it for complex desktop apps. Also in 5.1 desktop widgets are just coming out.

    Then again, Qt quick and QML seems to me as being promoted for the future. Application I am talking about would have to be maintained with version increments and GUI updates when needed for years to come. So if Qt decides to drop either widgets or QML or stop making enhancements, I would be in trouble if I selected the wrong technology.

    What are your thoughts based on the above?

  2. The following user says thank you to slanina for this useful post:


  3. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Quick or Qt Widgets for data visualization desktop application? Your opinion?

    According to my experience the information you provided is not enough to decide between the two. Using Graphics View keeps you on the safe side (you don't have to do any custom QML item coding which can be painful if you want to do it properly) while using QML would require less code to be written. Decoupling model from presentation is possible for both technologies so that's not a decider.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. The following user says thank you to wysota for this useful post:


Similar Threads

  1. Install qt 5 quick desktop components on ubuntu
    By yandreiy in forum Qt Quick
    Replies: 0
    Last Post: 19th February 2013, 08:52
  2. Replies: 1
    Last Post: 19th February 2013, 08:07
  3. Quick application (Qa)
    By tilsitt in forum Qt-based Software
    Replies: 1
    Last Post: 7th April 2011, 13:45
  4. Replies: 1
    Last Post: 2nd December 2010, 14:47
  5. Desktop widgets a la SuperKaramba/Opera Widgets
    By hubert.lepicki in forum Qt Programming
    Replies: 1
    Last Post: 3rd July 2007, 22:49

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.