Results 1 to 13 of 13

Thread: How to scroll a QChart as realtime data come in

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,328
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to scroll a QChart as realtime data come in

    Try to step in my shoes for a moment
    Like I said, I'm sorry for bringing it up and I apologize for doing so. Qwt5 was great and I was enthusiastic about using it. Moving to Qwt6 would have required me to make big code changes as well as swallow coding conventions that disturbed me at the time, so I chose not to do it. I should have kept my opinions to myself and let others form their own.

    So I am sorry and will not mention it again. You have done a great service to the Qt community by adopting Qwt, continuing to improve upon it, and by participating actively in supporting those who want to use it on this forum and elsewhere. You've released it under license terms that allow its use anywhere, and haven't asked for fees for commercial use. It is admirable of you for doing it and your company for allowing you.

    But this is a totally different story, one about stable APIs.
    It goes beyond stable APIs. Somewhere between Qt 5.4 and later versions, disabled menu items stopped responding to hover events. I was relying on these events to enable / disable menu items based on my application state. When I switched to 5.5 or 5.6 (don't remember) users started to complain that they could no longer do things because the menus were always disabled. So I got stuck on 5.4.1 for a while until I decided to just enable everything and deal with it in other parts of the code.

    Probably the Qt organization has had just too many ownership and management changes over the past few years and they have lost some focus in the process. Software is coming out under the Qt banner that isn't well thought-out.

    QwtPlot3D
    Yes, and it produces nice plots, but it is based on such an old version of OpenGL that it would require nearly a complete rewrite to bring it up to current standards. I don't know if I have tried building it with Qt5, so it might need more than just an OpenGL update.

    Anyway, we've hijacked this thread, so maybe we can bury it and move on?
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. #2
    Join Date
    May 2015
    Posts
    42
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to scroll a QChart as realtime data come in

    Well, harmony is not a save haven. But it is the ocean.
    Thanks to both of you for greatly contributing to my knowledge.

  3. #3
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to scroll a QChart as realtime data come in

    Quote Originally Posted by d_stranz View Post
    ...and your company for allowing you.
    Not really important, but for the record: there has never been any company involved. All work being done for Qwt is/was done in free time.

    Uwe

  4. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,328
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to scroll a QChart as realtime data come in

    there has never been any company involved. All work being done for Qwt is/was done in free time.
    Some companies in the US, particularly near here in the Silicon Valley, consider anything you do in your free time as their property if it uses the same skills you use on the job. Luckily for you and us that doesn't seem to be the case with Qwt.

    Qwt3d - I don't know if I have tried building it with Qt5, so it might need more than just an OpenGL update.
    After some effort, it does build and the examples run with Qt5 (64-bit Qt 5.9.0 MSVC on Windows to be precise). The last update was over 10 years ago. If I can find the free time, I might adopt it and bring it into the modern age.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  5. #5
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to scroll a QChart as realtime data come in

    Quote Originally Posted by d_stranz View Post
    After some effort, it does build and the examples run with Qt5 (64-bit Qt 5.9.0 MSVC on Windows to be precise). If I can find the free time, ...
    That would be cool - let me know if you need some support from the Qwt related part.

    By the way: Guðjón finished his work on the Qwt python wrapper ( https://github.com/GauiStori/PyQt-Qwt ) and with an updated version of QwtPlot3d he might be interested to do the same for QwtPlot3D. Then we would have everything back, that existed for Qt4/Qwt5.

    Uwe

Similar Threads

  1. Replies: 1
    Last Post: 21st June 2016, 23:32
  2. QWT realtime plot with scroll bar
    By CodingQt in forum Qwt
    Replies: 2
    Last Post: 6th November 2013, 17:38
  3. Replies: 0
    Last Post: 13th February 2013, 15:25
  4. Replies: 5
    Last Post: 25th September 2007, 19:38

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
  •  
Qt is a trademark of The Qt Company.