Ignore:
Timestamp:
2008-12-25T19:01:06+01:00 (17 years ago)
Author:
stoecker
Message:

updated a lot

Location:
applications/editors/josm/plugins/wmsplugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin

    • Property svn:ignore
      • TabularUnified  

        old new  
        11build
        22dist
         3webkit-image.h
  • TabularUnified applications/editors/josm/plugins/wmsplugin/webkit-image.cpp

    r12421 r12588  
    2222#define BINARYSTDOUT
    2323#endif
    24 
    25 #define WIDTH 2000
    2624
    2725class Save : public QObject
     
    7472  QObject::connect(page, SIGNAL(loadFinished(bool)), s, SLOT(loaded(bool)));
    7573  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);
    7678  page->mainFrame()->load (QUrl(url));
    7779  return a.exec();
Note: See TracChangeset for help on using the changeset viewer.