We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a95c07 commit 503d501Copy full SHA for 503d501
python/gui/qgsquickprint.sip
@@ -10,6 +10,8 @@ public:
10
QgsQuickPrint();
11
//! Destructor
12
virtual ~QgsQuickPrint();
13
+ static QString pageSizeToString(QPrinter::PageSize theSize);
14
+ static QPrinter::PageSize stringToPageSize(QString theSize);
15
16
public slots:
17
void printMap();
@@ -21,5 +23,6 @@ public slots:
21
23
void setLogo2(QString theFileName);
22
24
void setOutputPdf(QString theFileName);
25
void setMapCanvas(QgsMapCanvas * thepMapCanvas);
26
+ void setPageSize(QPrinter::PageSize theSize);
27
};
28
0 commit comments