[poppler] Branch 'poppler-0.10' - qt4/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Dec 28 12:21:48 PST 2008
qt4/src/poppler-form.h | 2 +-
qt4/src/poppler-qt4.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 915c08ffc4b395865e14d483ddddf69da40c10f5
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Dec 28 21:21:12 2008 +0100
[qt4] improve doc a bit
diff --git a/qt4/src/poppler-form.h b/qt4/src/poppler-form.h
index 5b4b4f8..d9c73ea 100644
--- a/qt4/src/poppler-form.h
+++ b/qt4/src/poppler-form.h
@@ -62,7 +62,7 @@ namespace Poppler {
/**
\return The size of the field, in normalized coordinates, i.e.
- [0..1] wrt the size of the page
+ [0..1] with regard to the dimensions (cropbox) of the page
*/
QRectF rect() const;
diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h
index 9af2737..b8bc152 100644
--- a/qt4/src/poppler-qt4.h
+++ b/qt4/src/poppler-qt4.h
@@ -422,12 +422,12 @@ namespace Poppler {
QList<TextBox*> textList(Rotation rotate = Rotate0) const;
/**
- \return The dimensions of the page, in points (i.e. 1/72th on an inch)
+ \return The dimensions (cropbox) of the page, in points (i.e. 1/72th on an inch)
*/
QSizeF pageSizeF() const;
/**
- \return The dimensions of the page, in points (i.e. 1/72th on an inch)
+ \return The dimensions (cropbox) of the page, in points (i.e. 1/72th on an inch)
*/
QSize pageSize() const;
More information about the poppler
mailing list