diff options
Diffstat (limited to 'hoverwindow.h')
-rw-r--r-- | hoverwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hoverwindow.h b/hoverwindow.h index 4223f9a..49aec40 100644 --- a/hoverwindow.h +++ b/hoverwindow.h @@ -9,6 +9,8 @@ #define HOVERWINDOW_H #include <QWidget> +#include <QList> +#include <QVariant> class QLabel; @@ -18,6 +20,7 @@ class HoverWindow : public QWidget { explicit HoverWindow(QWidget *parent = 0, Qt::WindowFlags f = Qt::FramelessWindowHint); void setContent(const QString &parent, const QStringList &children); void setPixmap(const QPixmap &pm); + void setData(const QList<QVariant> &data); int pixmapHeight() const; void setPos(const QPoint &cursorPos); |