Results 1 to 9 of 9

Thread: MVC charts for Qt4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: MVC charts for Qt4

    Quote Originally Posted by munna
    1.The color label for the second column of the final row is not appearing.
    Because it's using a gradient. It's either the gradient or the colour, you can't use both at once.

    2. When I close the window to exit the application. It crashes.
    Yes, there was an error in main.cpp and was fixed later, but was never published.

    Is this going to be something like Qwt where in I can include this library in my project and make customizations using the interface ?
    Yes, more or less, but it uses the model-view framework for manipulating data. You can think of it more like another view in your toolbox (like QTreeView and family, just the types represented are different).

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

    Default Re: MVC charts for Qt4

    I have uploaded a new version of mvc charts - a second preliminary release. I implemented it some time ago but never published it. Let's correct that now If I find more time (and some feedback) I'll continue development. Have fun breaking it.

Similar Threads

  1. Charts in Qt!!
    By rachana in forum Qt Programming
    Replies: 3
    Last Post: 6th May 2011, 06:10
  2. drawing math charts
    By bisz in forum Newbie
    Replies: 3
    Last Post: 18th October 2007, 10:17

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.