Debugger: Tooltip timing workarounds.

There's some bad interaction between the delayed hide,
the deleteLater() from CloseOnDelete, and the async
evaluation. Work around by start from scratch for each
tooltip. On the downside we have more flicker.

Change-Id: I4801368c07895b652e10fe1d173b21cef7869ed0
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-11-15 17:08:22 +01:00
parent 1101e556c6
commit a2f4203753
3 changed files with 82 additions and 37 deletions

View File

@@ -73,6 +73,7 @@ public:
static void show(const QPoint &pos, const TipContent &content, QWidget *w = 0);
static void show(const QPoint &pos, const TipContent &content, QWidget *w, const QRect &rect);
static void move(const QPoint &pos, QWidget *w);
static void hide();
static bool isVisible();