Results 1 to 5 of 5

Thread: increase the size of my plot

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Posts
    122
    Thanks
    34
    Platforms
    Windows

    Default increase the size of my plot

    Hello world,

    i want to increase the size of my plot but it don't work, i have put this code:
    Qt Code:
    1. window1= new QWidget(this);
    2. myPlot1=new QwtPlot(window1);
    3. myPlot1->setMaximumWidth(200);
    To copy to clipboard, switch view to plain text mode 

    but it don't change the size of my plot

    i have try too:
    Qt Code:
    1. myPlot1=new QwtPlot(this);
    2. myPlot1->minimumSize(2000);
    To copy to clipboard, switch view to plain text mode 

    but it don't increase the size
    Last edited by 21did21; 21st May 2011 at 11:05.

Similar Threads

  1. Increase legend icon size?
    By torrentss in forum Qwt
    Replies: 2
    Last Post: 1st September 2010, 12:26
  2. increase size of button on StyleSheet?
    By Kevin Hoang in forum Qt Programming
    Replies: 2
    Last Post: 21st March 2010, 07:56
  3. Replies: 3
    Last Post: 4th September 2009, 12:49
  4. How to increase font size in arm target
    By soumya in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 2nd September 2009, 05:58
  5. Increase the size of radio buttons
    By arunvv in forum Qt Programming
    Replies: 7
    Last Post: 24th January 2009, 00:09

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.