Results 1 to 5 of 5

Thread: Hiding the title of a plot

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2013
    Posts
    38
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Hiding the title of a plot

    Hi,

    I am trying to hide the title of a QwtPlot.

    Qt Code:
    1. QwtPlot *plot = new QwtPlot();
    2. // ...
    3. plot->titleLabel()->setVisible(false)
    To copy to clipboard, switch view to plain text mode 

    The title "blinks" but is not hidden.

    I am on linux. It does not work on Windows XP.
    The QwtTextLabel works fine.

    Thanks.
    Last edited by moijhd; 18th July 2013 at 15:26.

Similar Threads

  1. Replies: 3
    Last Post: 12th April 2013, 06:18
  2. Replies: 1
    Last Post: 17th April 2012, 10:10
  3. Replies: 2
    Last Post: 8th July 2011, 00:06
  4. Qwt Plot title word wrap
    By giusepped in forum Qwt
    Replies: 1
    Last Post: 27th June 2010, 14:06
  5. Replies: 0
    Last Post: 9th December 2009, 08:34

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
  •  
Qt is a trademark of The Qt Company.