Results 1 to 6 of 6

Thread: Qt 3.x + Qwt - Advice on programming and plotting.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt 3.x + Qwt - Advice on programming and plotting.

    Qwt up to version 6.0.0 (but not including) supports Qt3.
    As far as I know online documentation for Qwt is up to date although each source code has documentation current for that version.

    Anything can be used for ploting, OpenGL, QGraphicsSceen (but I think you don't have that in Qt3), or simple QWidget (in essence Qwt is QPolygon drawn on QWidget + plenty of convinience functions).
    All depends on what kind of performance you're looking for.

    Take a look at examples to learn Qwt, unfortunatley documentation is very vague.

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

    amitahire (19th October 2011)

  3. #2
    Join Date
    Oct 2011
    Posts
    19
    Thanks
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Qt 3.x + Qwt - Advice on programming and plotting.

    Quote Originally Posted by Spitfire View Post
    Qwt up to version 6.0.0 (but not including) supports Qt3.
    As far as I know online documentation for Qwt is up to date although each source code has documentation current for that version.

    Anything can be used for ploting, OpenGL, QGraphicsSceen (but I think you don't have that in Qt3), or simple QWidget (in essence Qwt is QPolygon drawn on QWidget + plenty of convinience functions).
    All depends on what kind of performance you're looking for.

    Take a look at examples to learn Qwt, unfortunatley documentation is very vague.
    Thanks you VERY VERY VERY much for replying. I dont know how I missed it, didnt see it the last 2 days. Even though I was checking everyday, every single time I logged on.

    Anyway coming back, just to assure myself Qwt upto 6.0.0 will work fine in qt3 right? I have to make it work on Real Time Linux - any idea about it?

    And is there a Qwt plugin for Qt Designer 3.1? Though I am gonna experiment now, installing various version - but little heads up or tip would be good.

  4. #3
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt 3.x + Qwt - Advice on programming and plotting.

    Sorry, I've no idea about RTL ;/
    And yes, support for Qt3 was dropped in Qwt 6.x.x so anything before that should work just fine.

    I know there's a plugin for the designer, but most time I've heard about it was mentioned in context of QtCreator on windows.
    I would imagine you can use it with QtDesigner alone but you'll have to try it yourself - I personally don't use it

    Here's few links that may help you, they are all for windows but you may get an idea what needs to be done:
    http://doc.qt.nokia.com/qtcreator-2....g-plugins.html
    http://qwt.sourceforge.net/qwtinstall.html
    http://stackoverflow.com/questions/1...gin-for-qt-4-5
    http://www.qtforum.org/article/20071...al-studio.html

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

    Default Re: Qt 3.x + Qwt - Advice on programming and plotting.

    Quote Originally Posted by amitahire View Post
    Anyway coming back, just to assure myself Qwt upto 6.0.0 will work fine in qt3 right?
    Qwt 5.2 works for Qt 3.3 - Qt 3.1 is way older.

    I can't remember which version of Qwt works with Qt 3.1 - I'm afraid you will have to go back in history of the Qwt releases to find the most recent version, that works for Qt 3.1.

    Uwe

Similar Threads

  1. Plotting in 3D
    By FelixB in forum Qwt
    Replies: 1
    Last Post: 1st October 2010, 16:26
  2. Replies: 9
    Last Post: 30th July 2010, 09:13
  3. Programming user interface advice
    By onurozcelik in forum Qt Programming
    Replies: 4
    Last Post: 19th May 2010, 06:36
  4. Plotting points
    By afflictedd2 in forum Qt Programming
    Replies: 8
    Last Post: 26th February 2009, 08:20
  5. regarding graph plotting in qt
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 11
    Last Post: 30th April 2007, 08: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.