summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs/qpagesetupdialog_unix_p.h
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2013-12-08 16:39:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-06 20:39:20 +0100
commitba3804004afb96c9fdea32b967d658f1ffb61a22 (patch)
tree1dce7d3cabfc11ccef8101c1a53338d6eeaa70fe /src/printsupport/dialogs/qpagesetupdialog_unix_p.h
parentdf56ef165198801cd6c9ed1bf0d44a967cd62f18 (diff)
QPageSetupWidget - Fix input of Custom paper size
Currently if selecting the Custom paper size in the page setup widget the custom size inputs are not enabled to allow you to actually enter your custom size. Fix the handling of custom paper size to allow manual size entry and fix orientation change. Change-Id: I73b521976ca13c0164441a724bb277c19205d7c9 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'src/printsupport/dialogs/qpagesetupdialog_unix_p.h')
-rw-r--r--src/printsupport/dialogs/qpagesetupdialog_unix_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printsupport/dialogs/qpagesetupdialog_unix_p.h b/src/printsupport/dialogs/qpagesetupdialog_unix_p.h
index b96d300ab9..4245c3ae5f 100644
--- a/src/printsupport/dialogs/qpagesetupdialog_unix_p.h
+++ b/src/printsupport/dialogs/qpagesetupdialog_unix_p.h
@@ -94,7 +94,7 @@ private:
qreal m_topMargin;
qreal m_rightMargin;
qreal m_bottomMargin;
- QSizeF m_paperSize;
+ QSizeF m_paperSize; // In QPrinter::Point
qreal m_currentMultiplier;
bool m_blockSignals;
bool m_cups;