summaryrefslogtreecommitdiffstats
path: root/webscrap.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-10-26 20:28:56 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-10-26 20:28:56 +0530
commit093c47b02f1eae2ec4e4f5225666a5479ddad27d (patch)
treeaa4fb95fe3caf4e96f6713da5e46bb41a4d53af0 /webscrap.h
parent06faa223a285ac312ba11983b87a619ef1d07a10 (diff)
added animations for scraps and the webview. and it's s...l...o...w.
Diffstat (limited to 'webscrap.h')
-rw-r--r--webscrap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webscrap.h b/webscrap.h
index b551fab..4e7cd50 100644
--- a/webscrap.h
+++ b/webscrap.h
@@ -18,6 +18,8 @@ public:
QRect scrapRect() const;
void updateGradient(QRect rect);
+ void savePos();
+ QPointF savedPos() const;
public slots:
void onLoad();
@@ -29,6 +31,7 @@ private:
int m_refreshInterval;
QTimer *m_refreshTimer;
QLinearGradient m_loadingGradient, m_overlayGradient;
+ QPointF m_savedPos;
};
#endif // WEBSCRAP_H