Changeset 12588 in osm for applications/editors/josm/plugins/wmsplugin/webkit-image.cpp
- Timestamp:
- 2008-12-25T19:01:06+01:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin ¶
- Property svn:ignore
-
TabularUnified
old new 1 1 build 2 2 dist 3 webkit-image.h
-
- Property svn:ignore
-
TabularUnified applications/editors/josm/plugins/wmsplugin/webkit-image.cpp ¶
r12421 r12588 22 22 #define BINARYSTDOUT 23 23 #endif 24 25 #define WIDTH 200026 24 27 25 class Save : public QObject … … 74 72 QObject::connect(page, SIGNAL(loadFinished(bool)), s, SLOT(loaded(bool))); 75 73 QObject::connect(s, SIGNAL(finish(void)), &a, SLOT(quit())); 74 /* set some useful defaults for a webpage */ 75 // page->setViewportSize(QSize(1280,1024)); 76 // page->mainFrame()->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff); 77 // page->mainFrame()->setScrollBarPolicy(Qt::Vertical, Qt::ScrollBarAlwaysOff); 76 78 page->mainFrame()->load (QUrl(url)); 77 79 return a.exec();
Note:
See TracChangeset
for help on using the changeset viewer.