Results 1 to 4 of 4

Thread: Draw Custom widget

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 453 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Draw Custom widget

    you can force to show tool tip even if mouse is not over it
    Qt Code:
    1. QToolTip::showText(this->pos(),"Look at Me"); //this is a QWidget
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to Santosh Reddy for this useful post:

    deepal_de (26th May 2011)

Similar Threads

  1. Draw background of custom widget
    By lumiss in forum Qt Programming
    Replies: 0
    Last Post: 24th August 2010, 09:33
  2. Cant't draw custom grid
    By Tottish in forum Qwt
    Replies: 4
    Last Post: 1st May 2010, 09:55
  3. Replies: 1
    Last Post: 10th December 2009, 21:31
  4. To draw a custom scale
    By Indalo in forum Qwt
    Replies: 1
    Last Post: 30th November 2009, 13:24
  5. Draw contents of widget in another widget
    By gustavosbarreto in forum Qt Programming
    Replies: 1
    Last Post: 6th August 2007, 14:43

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.