Results 1 to 3 of 3

Thread: set QwtPlotCurve invisible

  1. #1
    Join Date
    Sep 2007
    Posts
    99
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question set QwtPlotCurve invisible

    Hi!
    Is there a way how I can set a plotcurve invisible ? I thought it has dettach method as it has attach but it doesnt...
    Does anyone know how to lets say hide and redisplaying of a curve upon some event ?
    Thanks

  2. #2
    Join Date
    Sep 2007
    Posts
    99
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: set QwtPlotCurve invisible

    Quote Originally Posted by gyre View Post
    Hi!
    Is there a way how I can set a plotcurve invisible ? I thought it has dettach method as it has attach but it doesnt...
    damn it!...my english will kill me
    it has deTach() method with only 1 "t" in it

  3. #3
    Join Date
    Jan 2006
    Location
    Hannover, Germany
    Posts
    14
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: set QwtPlotCurve invisible

    what about QwtPlotCurve::setVisible(bool) ?? If you detach it, the curve will be deleted and you have to attach it again later.

    HTH

Similar Threads

  1. QSplitter handle invisible on Win32
    By para in forum Qt Programming
    Replies: 3
    Last Post: 23rd November 2010, 13:21

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.