Results 1 to 16 of 16

Thread: Tooltip to QwtSymbol ???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    173
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    48
    Thanked 2 Times in 2 Posts

    Default Re: Tooltip to QwtSymbol ???

    Quote Originally Posted by wysota View Post
    Then I'm handling help events on the plot to show a tooltip based on the data from the picker
    Can you please explain more...
    what are the help events ??
    The tooltip you are showing ?? are you using Tracker Text and qwttext ?? or what exactly u r using ??

    the other thing how can i show the marker in plot coordinate, if you saw the example i put in the previous reply ??

    Thank you soo much.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Tooltip to QwtSymbol ???

    Quote Originally Posted by jesse_mark View Post
    what are the help events ??
    QHelpEvent
    The tooltip you are showing ?? are you using Tracker Text and qwttext ?? or what exactly u r using ??
    QToolTip::showText()
    the other thing how can i show the marker in plot coordinate, if you saw the example i put in the previous reply ??
    If you use a real marker then the downside is that the plot has to be replot each time you want to change the marker position (provided you don't want to mess up with the way the plot is rendered). A better way is to draw the marker on a separate layer (e.g. using an overlay widget) which doesn't influence the plot itself.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 4
    Last Post: 29th March 2011, 20:33
  2. Replies: 1
    Last Post: 27th January 2011, 10:06
  3. Alignment of QwtSymbol
    By FelixB in forum Qwt
    Replies: 2
    Last Post: 11th January 2011, 08:40
  4. Tooltip in Qwt
    By Ankitha Varsha in forum Qwt
    Replies: 5
    Last Post: 8th December 2009, 12:07
  5. QwtSymbol highlighting?
    By shud in forum Qwt
    Replies: 1
    Last Post: 2nd October 2009, 21:42

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.