diff options
| author | Roopesh Chander <roop@forwardbias.in> | 2009-10-16 13:34:41 +0530 |
|---|---|---|
| committer | Roopesh Chander <roop@forwardbias.in> | 2009-10-16 13:34:41 +0530 |
| commit | 1791c0fac8a2378951a4caf82fd07d68487b2305 (patch) | |
| tree | 60f5cb3ae88093da3c555a1733a9541f8487d9cc /webscrap.h | |
| parent | e7808dee2b16318ee1c2cee0e62d550c20a4991d (diff) | |
add a setScrapRect method/slot
Diffstat (limited to 'webscrap.h')
| -rw-r--r-- | webscrap.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,9 +16,12 @@ public: void setRefreshInterval(int msecs); int refreshInterval() const; // msecs + QRect scrapRect() const; + public slots: void onLoad(); void onRefresh(); + void setScrapRect(QRect rect); private: QRect m_scrapRect; |
