Results 1 to 9 of 9

Thread: MVC charts for Qt4

  1. #1
    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 MVC charts for Qt4

    Hello everyone!

    I have started developing widgets for Qt4, which are able to display charts. What's so special about them? That they use the model-view (MVC) approach, so they integrate well with other Qt4 components.

    I'd grateful if you took a look at my work. Any comments (especially bug reports) are welcome.

    A simple page with details and download can be found here.

  2. #2
    Join Date
    Mar 2006
    Location
    India
    Posts
    15
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: MVC charts for Qt4

    It's a long time since you posted.. but anyway...

    I get a "gateway timeout : server unreachable" message on that link.
    Qt 4.2 (qt-copy in KDE svn)
    KDE 4.0 (svn)
    Currently developing Anthias

  3. #3
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: MVC charts for Qt4

    Firefox can't establish a connection to the server at www.wysota.eu.org.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: MVC charts for Qt4

    It works for me.

  5. #5
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: MVC charts for Qt4

    It is working now

  6. #6
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: MVC charts for Qt4

    Hi,

    Here is what I found.

    1.The color label for the second column of the final row is not appearing.
    2. When I close the window to exit the application. It crashes.

    Is this going to be something like Qwt where in I can include this library in my project and make customizations using the interface ?

    Looks Good.

  7. #7
    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: MVC charts for Qt4

    Quote Originally Posted by munna
    Firefox can't establish a connection to the server at www.wysota.eu.org.
    Server was out due to the lack of free electrones and holes in the power cable.

  8. #8
    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: 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).

  9. #9
    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: 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, 07:10
  2. drawing math charts
    By bisz in forum Newbie
    Replies: 3
    Last Post: 18th October 2007, 11: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.