mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Show pin tooltip over graph title
This commit is contained in:
parent
08e8df6019
commit
ffabde2454
@ -1358,6 +1358,9 @@ void gGraphView::mouseMoveEvent(QMouseEvent *event)
|
|||||||
if (x >= titleWidth + 10) {
|
if (x >= titleWidth + 10) {
|
||||||
this->setCursor(Qt::ArrowCursor);
|
this->setCursor(Qt::ArrowCursor);
|
||||||
} else {
|
} else {
|
||||||
|
m_tooltip->display("Double click title to pin\nClick and drag to reorder graphs", x + 10, y, TT_AlignLeft);
|
||||||
|
timedRedraw(30);
|
||||||
|
|
||||||
this->setCursor(Qt::OpenHandCursor);
|
this->setCursor(Qt::OpenHandCursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user