QPrinter documentation bug

Discuss anything related to product development
Post Reply
seasoned_geek
Posts: 253
Joined: Thu Jun 11 2020 12:18 pm

QPrinter documentation bug

Post by seasoned_geek »

https://www.copperspice.com/docs/cs_api/class_qpagesize.html#a265a41f1202c27e4c2882d877b089909

Code: Select all

QPageSize::Millimeter 	0 	
QPageSize::Point 	1 	1/72nd of an inch
QPageSize::Inch 	2 	
QPageSize::Pica 	3 	1/72nd of a foot, 1/6th of an inch, 12 Points
QPageSize::Didot 	4 	1/72nd of a French inch, 0.375 mm
QPageSize::Cicero 	5 	1/6th of a French inch, 12 Didot, 4.5mm
QPrinter::DevicePixel 	6 	
DevicePixel has actually been moved to QPageSize
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: QPrinter documentation bug

Post by barbara »

Thanks, we will correct this in the docs.
Post Reply