QPageSize documentation bug

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

QPageSize documentation bug

Post by seasoned_geek »

All,

The doc found here
https://www.copperspice.com/docs/cs_api/class_qpagesize.html#ad25be75e25d767de0eee0f0599a92301

Lists all of the enums as being part of QPrinter. They are QPageSize enums.

https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/11/qprinter-letter-1.png

Code: Select all

    m_footerFont            = QFont( "Monospace", 10 );

    setPaperSize( QPageSize::Letter );
Changing to QPageSize allows Letter to compile.
barbara
Posts: 447
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: QPageSize documentation bug

Post by barbara »

Making these changes. Thanks again for all of your efforts.
Post Reply