Results 1 to 7 of 7

Thread: detailed explaining qwt example

  1. #1
    Join Date
    Jun 2008
    Location
    Saint-Petersburg
    Posts
    50
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default detailed explaining qwt example

    Hello! Please, give me source there are detailed explainings of simple examples! If you will find their sources in russian I will thanks twice!

  2. #2
    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: detailed explaining qwt example

    Have you seen the examples that come with Qwt?

  3. #3
    Join Date
    Jun 2008
    Location
    Saint-Petersburg
    Posts
    50
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: detailed explaining qwt example

    Yes, of course! But they aren't understanding without explaining! I want to read compendium about this examples!

  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: detailed explaining qwt example

    Quote Originally Posted by AD View Post
    Yes, of course! But they aren't understanding without explaining!
    OK, so pick one of those examples and tell me what you would like to have explained.

  5. #5
    Join Date
    Jun 2008
    Location
    Saint-Petersburg
    Posts
    50
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: detailed explaining qwt example

    Quote Originally Posted by jacek View Post
    OK, so pick one of those examples and tell me what you would like to have explained.
    For example, I select example "realtime_plot". I don't understand destination class of IncrementalPlot!
    What are doing the functions:
    Qt Code:
    1. replot()
    To copy to clipboard, switch view to plain text mode 
    Qt Code:
    1. canvas()
    To copy to clipboard, switch view to plain text mode 
    ? Where is it's describing?

  6. #6
    Join Date
    Jun 2008
    Posts
    17
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: detailed explaining qwt example

    Hi there!

    Both of them are described in "QwtPlot Class Reference"... so pick up the QwtPlot-Class
    (http://qwt.sourceforge.net/class_qwt_plot.html) and browse a bit and you will find them!

    But on the other side AD has a point there...
    The docu isn't that advanced/complete as it should be...

    I don't understand why for example, the "canvas()" member can't be found at the "Class Members" index...
    There are a lot of functions that aren't indexed there...
    That makes the search (and the understanding of the examples, for some people) a bit more difficult.

    A good docu would really be a nice thing to have... The Qwt-docu hasn't reached that level till now... So it is ok if some people ask for it

  7. #7
    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: detailed explaining qwt example

    Quote Originally Posted by AD View Post
    For example, I select example "realtime_plot". I don't understand destination class of IncrementalPlot!
    IncrementalPlot represents a plot which displays a cloud of points and allows you to add more points.

    Quote Originally Posted by AD View Post
    What are doing the functions:
    replot()
    replot() tells QwtPlot to that data has changed and the plot must be redrawn. It's because Qwt uses caching.

    Quote Originally Posted by AD View Post
    canvas()?
    This method returns a pointer to the QwtPlotCanvas object. This the part of the plot on which all the drawing occurs.

    Quote Originally Posted by AD View Post
    Where is it's describing?
    Here:
    http://qwt.sourceforge.net/class_qwt...6517d0d7633c4b
    http://qwt.sourceforge.net/class_qwt...3ceb9f54ba2f1a

Similar Threads

  1. QWT introduction
    By nitriles in forum Qwt
    Replies: 4
    Last Post: 28th September 2007, 10:48
  2. How to upgrade Qwt 5.0.1 to Qwt 5.0.2
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 15th July 2007, 19:55
  3. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 11:24

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.