diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2010-10-10 19:59:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-30 11:43:03 +0200 |
commit | d3718562fa556d67f715f542034a5870eccb8c3f (patch) | |
tree | 6f6328208e1f866ff96d4f174b08d63bbc7eff32 /src/urlbar/listitem.h | |
parent | Images in visual suggestion are now displayed !! (diff) | |
download | rekonq-d3718562fa556d67f715f542034a5870eccb8c3f.tar.xz |
improve layout of visual suggestions
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index ab12917a..615958db 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -126,6 +126,17 @@ public: void setEngineText(const QString &engine, const QString &text); }; +// ------------------------------------------------------------------------- + + +class DescriptionLabel : public QLabel +{ + Q_OBJECT + +public: + explicit DescriptionLabel(const QString &text, const QString &textToPointOut = QString(), QWidget *parent = 0); +}; + // ------------------------------------------------------------------------- |