From 70f6a35c8f0b6a73f4d568532e1365cd3e8ff8dd Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 4 Dec 2017 13:23:49 +0100 Subject: Introduce QPrintDevice::property/setProperty So we can access QPlatformPrintDevice internals if needed Change-Id: Ib37c5717713f37262ef12d7b61793d80f05baf4a Reviewed-by: Liang Qi --- src/printsupport/kernel/qprintdevice_p.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/printsupport/kernel/qprintdevice_p.h') diff --git a/src/printsupport/kernel/qprintdevice_p.h b/src/printsupport/kernel/qprintdevice_p.h index 1e0d3983e9..1a26d3afcf 100644 --- a/src/printsupport/kernel/qprintdevice_p.h +++ b/src/printsupport/kernel/qprintdevice_p.h @@ -131,6 +131,13 @@ public: QPrint::ColorMode defaultColorMode() const; QList supportedColorModes() const; + enum PrintDevicePropertyKey { + PDPK_CustomBase = 0xff00 + }; + + QVariant property(PrintDevicePropertyKey key) const; + bool setProperty(PrintDevicePropertyKey key, const QVariant &value); + #ifndef QT_NO_MIMETYPE QList supportedMimeTypes() const; #endif -- cgit v1.2.3