summaryrefslogtreecommitdiffstats
path: root/webscrap.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-10-16 12:43:34 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-10-16 12:43:34 +0530
commite7808dee2b16318ee1c2cee0e62d550c20a4991d (patch)
treee964b331a73c994f8807dbf2fda272e087aca1da /webscrap.h
parente7d0125448aa7bb07e870caa4a0ccdd09ffdb938 (diff)
change the Loading... look
Diffstat (limited to 'webscrap.h')
-rw-r--r--webscrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webscrap.h b/webscrap.h
index 6f07c88..3b228d5 100644
--- a/webscrap.h
+++ b/webscrap.h
@@ -3,6 +3,7 @@
#include <QWebView>
#include <QGraphicsWebView>
+#include <QLinearGradient>
class WebScrap : public QGraphicsWebView
{
@@ -23,6 +24,7 @@ private:
QRect m_scrapRect;
int m_refreshInterval;
QTimer *m_refreshTimer;
+ QLinearGradient m_loadingGradient;
};
#endif // WEBSCRAP_H