Results 1 to 2 of 2

Thread: Tooltips possible with QGraphicsProxyWidget?

  1. #1
    Join Date
    May 2010
    Posts
    11
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Question Tooltips possible with QGraphicsProxyWidget?

    Is it possible to use tooltips on widgets that is place in a QScene with QGraphicsProxyWidget?

    The following is a simplified version of what I am trying to do:

    Qt Code:
    1. QListWidget* list = new QListWidget();
    2. list->setToolTip("This is my tooltip");
    3. scene->addWidget(list);
    To copy to clipboard, switch view to plain text mode 

    I can see my listbox and I can click and select items, etc. But the tooltip is never displayed.

  2. #2
    Join Date
    May 2010
    Posts
    11
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Tooltips possible with QGraphicsProxyWidget?

    With version 4.6.2 this feature was broken.

    Version 4.6.3 fixed this for the QListWidget, but the QPushButton's tooltip only works if you move the mouse from one button to another. If you move the mouse over a button with a tooltip, off the button and back to the SAME button, the tooltip text is empty.

Similar Threads

  1. Turning off ToolTips
    By steg90 in forum Qt Programming
    Replies: 11
    Last Post: 16th May 2007, 17:00
  2. Tooltips for QListViewItems (QT3)?
    By gadnio in forum Newbie
    Replies: 3
    Last Post: 13th March 2006, 17:02
  3. toolTips?
    By mickey in forum Qt Programming
    Replies: 11
    Last Post: 23rd February 2006, 19:10
  4. Tooltips on QActions
    By drhex in forum Newbie
    Replies: 1
    Last Post: 8th February 2006, 18:05
  5. Tooltips in QTableWidgetItem
    By Arthur in forum Newbie
    Replies: 2
    Last Post: 26th January 2006, 15:47

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.