Results 1 to 3 of 3

Thread: remove title of QwtPlot

Hybrid View

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

    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
    Thanked 16 Times in 15 Posts
    Qt products
    Qt5
    Platforms
    Windows

    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
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    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, 04:41
  2. qwtplot title alignment
    By ken123 in forum Qwt
    Replies: 1
    Last Post: 20th October 2011, 06:30
  3. how to remove the window title bar?
    By tsuibin in forum Qt Programming
    Replies: 1
    Last Post: 3rd April 2009, 03:17
  4. Remove window title
    By marcel in forum Qt Programming
    Replies: 2
    Last Post: 10th April 2007, 05:06
  5. Remove Window title bar
    By Lele in forum Qt Programming
    Replies: 3
    Last Post: 16th January 2007, 12: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.