summaryrefslogtreecommitdiffstats
path: root/webscrap.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-10-29 21:13:22 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-10-29 21:13:22 +0530
commit61e5ec2ae3b96cbd8847c23cd9eb853cf903a531 (patch)
treefe4ad728521554f31fab13a22b75208322ffea0a /webscrap.h
parented3bb022dab5cb0cb20f2053c1c437d6425183b4 (diff)
enable scaling of the scraps
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 df8dfe0..01dcc05 100644
--- a/webscrap.h
+++ b/webscrap.h
@@ -5,6 +5,7 @@
#include <QGraphicsWebView>
#include <QLinearGradient>
#include <QToolButton>
+#include <QGraphicsScale>
#include "graphicstoolbar.h"
#include "resizeuihelper.h"
@@ -72,5 +73,6 @@ public:
GraphicsToolBar *m_toolbar;
QToolButton *m_closeButton, *m_adjustButton, *m_reloadButton;
ResizeUiHelper *m_resizer;
+ QGraphicsScale *m_scrapScale;
};
#endif // WEBSCRAP_H