Added tooltip to links via BTTV API.

This commit is contained in:
23rd
2018-08-24 12:56:42 +03:00
parent fec89a4807
commit 5253ab3f85
8 changed files with 76 additions and 1 deletions
+1
View File
@@ -866,6 +866,7 @@ void ChannelView::mouseMoveEvent(QMouseEvent *event)
tooltipWidget->hide();
} else {
tooltipWidget->moveTo(this, event->globalPos());
tooltipWidget->setWordWrap(hoverLayoutElement->getLink().isValid());
tooltipWidget->setText(tooltip);
tooltipWidget->adjustSize();
tooltipWidget->show();