Results 1 to 4 of 4

Thread: size of QWTplot without axes.

  1. #1
    Join Date
    May 2013
    Posts
    2
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default size of QWTplot without axes.

    Hello,

    can someone tell me, how can i get a size of QWTPlot without axes?

    Thanks.

  2. #2
    Join Date
    Mar 2013
    Posts
    19
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: size of QWTplot without axes.

    Ask for canvas size which is a widget:
    http://qwt.sourceforge.net/class_qwt...3ceb9f54ba2f1a

  3. #3
    Join Date
    May 2013
    Posts
    2
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

  4. #4
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,309
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: size of QWTplot without axes.

    Layout calculations are triggered by events, that are processed inside QApplication::exec(). The geometries you are collecting in your list are pointless - too early.

    Uwe

Similar Threads

  1. Replies: 2
    Last Post: 5th May 2020, 20:40
  2. Replies: 4
    Last Post: 18th March 2013, 06:01
  3. Set size of QwtPlot/canvas
    By Hudo in forum Qwt
    Replies: 0
    Last Post: 23rd August 2012, 20:10
  4. Replies: 2
    Last Post: 20th July 2012, 14:51
  5. Fixed size axes
    By wim12 in forum Qwt
    Replies: 4
    Last Post: 15th May 2009, 13:37

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.