diff options
Diffstat (limited to 'hoverwindow.h')
-rw-r--r-- | hoverwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hoverwindow.h b/hoverwindow.h index af2f084..6e94a3e 100644 --- a/hoverwindow.h +++ b/hoverwindow.h @@ -23,6 +23,7 @@ class HoverWindow : public QWidget { void setContent(const QString &parent, const QStringList &children); void setPixmap(const QPixmap &pm, bool scale = true); void setData(const QList<QVariant> &data); + void setCaption(const QString &caption); int pixmapHeight() const; void setPos(); QPoint hoverOffset() const { return mHoverOffset; } |