Skip to content

Commit 60f8e46

Browse files
author
timlinux
committedFeb 6, 2008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎python/gui/qgsquickprint.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public:
1010
QgsQuickPrint();
1111
//! Destructor
1212
virtual ~QgsQuickPrint();
13+
static QString pageSizeToString(QPrinter::PageSize theSize);
14+
static QPrinter::PageSize stringToPageSize(QString theSize);
1315

1416
public slots:
1517
void printMap();
@@ -21,5 +23,6 @@ public slots:
2123
void setLogo2(QString theFileName);
2224
void setOutputPdf(QString theFileName);
2325
void setMapCanvas(QgsMapCanvas * thepMapCanvas);
26+
void setPageSize(QPrinter::PageSize theSize);
2427
};
2528

0 commit comments

Comments
 (0)
Please sign in to comment.