Results 1 to 3 of 3

Thread: remove title of QwtPlot

  1. #1
    Join Date
    Jan 2014
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6

    Default remove title of QwtPlot

    hi all;

    i've add a title for qwtplot
    Qt Code:
    1. this->ui->qwtPlot->setTitle(FileName);
    To copy to clipboard, switch view to plain text mode 
    the title is showed as "SZMB.C" as in the following figure.
    2.JPG
    but how can i remove it Programmatically?
    best wishes.


    Micky Jhon 2014-3-28

  2. #2
    Join Date
    Dec 2013
    Location
    Toronto, Canada
    Posts
    62
    Qt products
    Qt5
    Platforms
    Windows
    Thanked 16 Times in 15 Posts

    Default Re: remove title of QwtPlot

    but how can i remove it Programmatically?
    Try
    ...->setTitle("");

  3. The following user says thank you to Cah for this useful post:

    MickyJhon (8th April 2014)

  4. #3
    Join Date
    Jan 2014
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6

    Default Re: remove title of QwtPlot

    thank you,cah, very much .it is that i want.

Similar Threads

  1. Remove or hide title bar
    By tlerner in forum Qt Programming
    Replies: 3
    Last Post: 1st July 2013, 05:41
  2. qwtplot title alignment
    By ken123 in forum Qwt
    Replies: 1
    Last Post: 20th October 2011, 07:30
  3. how to remove the window title bar?
    By tsuibin in forum Qt Programming
    Replies: 1
    Last Post: 3rd April 2009, 04:17
  4. Remove window title
    By marcel in forum Qt Programming
    Replies: 2
    Last Post: 10th April 2007, 06:06
  5. Remove Window title bar
    By Lele in forum Qt Programming
    Replies: 3
    Last Post: 16th January 2007, 13:56

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