diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-10-21 14:01:44 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-10-24 19:03:25 +0200 |
commit | 36920e68ed429a5187ba9703b5d2789e77d687c1 (patch) | |
tree | 9b86e1f6533ec66ffa243aa2030d392bc130c33c /gui/fpgaviewwidget.h | |
parent | e2e9db52a2a2db9844af6aacfd6fedfcda5db435 (diff) | |
download | nextpnr-36920e68ed429a5187ba9703b5d2789e77d687c1.tar.gz nextpnr-36920e68ed429a5187ba9703b5d2789e77d687c1.tar.bz2 nextpnr-36920e68ed429a5187ba9703b5d2789e77d687c1.zip |
Display hint on mouse over
Diffstat (limited to 'gui/fpgaviewwidget.h')
-rw-r--r-- | gui/fpgaviewwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h index 697ace21..1fddaf2a 100644 --- a/gui/fpgaviewwidget.h +++ b/gui/fpgaviewwidget.h @@ -268,6 +268,8 @@ class FPGAViewWidget : public QOpenGLWidget, protected QOpenGLFunctions // Flags to pass back into the RendererData. PassthroughFlags flags; + // Hint text + std::string hintText; }; std::unique_ptr<RendererArgs> rendererArgs_; QMutex rendererArgsLock_; |