On Aug 19, 2012, at 2:17 PM, ext Igor Mironchik <[email protected]> wrote:
> I need to show QToolTip ballon over QTreeView row. I need focus in event > on each row in QTreeView. > > How to implement it? Any idea? Hi, item views have built-in support for tooltips. Just handle Qt::ToolTipRole in your model's data(). -- J-P Nurmi _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
