Results 1 to 3 of 3

Thread: invisible QwtPlotCurve howto?

  1. #1

    Default invisible QwtPlotCurve howto?

    I have a qwt plot with 8 QwtPlotCurves but the user should be able to change visibility while programming is running.
    My current solution is to set the curve to color white and small size but I do not think this is the best solution.
    Are there any users out there with a hint for a better solution?

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

    Default Re: invisible QwtPlotCurve howto?

    Qt Code:
    1. curve->setVisible( false );
    To copy to clipboard, switch view to plain text mode 
    Uwe

  3. #3

    Default Re: invisible QwtPlotCurve howto?

    Ah thank you I must have been blind.

Similar Threads

  1. Replies: 8
    Last Post: 9th February 2014, 12:37
  2. Replies: 8
    Last Post: 18th October 2012, 07:23
  3. Replies: 1
    Last Post: 30th July 2010, 07:23
  4. HOWTO: limit title in QwtPlotCurve?
    By Astronomy in forum Qwt
    Replies: 6
    Last Post: 20th July 2010, 09:04
  5. set QwtPlotCurve invisible
    By gyre in forum Qwt
    Replies: 2
    Last Post: 19th December 2007, 07:53

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.