| 108 | } |
| 109 | |
| 110 | void ToolTipPrivate::setUp(const QPoint &pos, QWidget *w, const QRect &rect) |
| 111 | { |
| 112 | tipLabel->configure(pos); |
| 113 | |
| 114 | placeTip(pos); |
| 115 | setTipRect(w, rect); |
| 116 | |
| 117 | if (hideDelayTimer.isActive()) |
| 118 | hideDelayTimer.stop(); |
| 119 | showTimer.start(tipLabel->showTime()); |
| 120 | } |
| 121 | |
| 122 | bool ToolTipPrivate::tipChanged(const QPoint &pos, TipLabel::ContentType type, const QVariant &content, QWidget *w) const |
| 123 | { |