Results 1 to 8 of 8

Thread: QwtPlotPicker questions

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Posts
    47
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QwtPlotPicker questions

    Thx. I got the selection drawn. Though it didn't seem to rescale when the canvas' size changes. Also, I'll split the renderImage into a separate thread.
    TNG

  2. #2
    Join Date
    Jan 2009
    Posts
    47
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QwtPlotPicker questions

    Resize works now, . Thanks.
    TNG

  3. #3
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QwtPlotPicker questions

    Hi,
    When I draw the selection rectangle, the grid and the plot comes over the rectangle. How do I set the z-order so that the selection rectangle comes over other things.

    ---------------

    I found it "SetZ" .
    Last edited by Sachtech; 28th February 2009 at 04:44.

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

    Default Re: QwtPlotPicker questions

    Quote Originally Posted by Sachtech View Post
    How do I set the z-order so that the selection rectangle comes over other things.
    Qt Code:
    1. QwtPlotItem::setZ(...)
    To copy to clipboard, switch view to plain text mode 
    You noticed, that there are docs ?

    Uwe

Similar Threads

  1. Replies: 4
    Last Post: 25th October 2007, 12:23
  2. Memory management questions (im new to Qt)
    By scarvenger in forum Qt Programming
    Replies: 2
    Last Post: 6th May 2007, 07:41
  3. Some questions related to Qt tutorials
    By jamadagni in forum Newbie
    Replies: 2
    Last Post: 17th March 2007, 10:51
  4. 2 Questions about layouts
    By SkripT in forum Qt Programming
    Replies: 1
    Last Post: 26th February 2006, 13:54
  5. Qt related questions and thoughts about getting job
    By AlexKiriukha in forum General Discussion
    Replies: 4
    Last Post: 26th January 2006, 12:25

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.