Documentation bug - QPrintDialog

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

Documentation bug - QPrintDialog

Post by seasoned_geek »

Clicking on PrintDialogOptions on this page
https://www.copperspice.com/docs/cs_api/class_qprintdialog.html#a8b0bf7a02ee1908b96baabffea335adc

Takes you to a template class, not a list of actual options.

Same thing happens for QAbstractPrintDialog
https://www.copperspice.com/docs/cs_api/class_qabstractprintdialog.html

If you scroll down on above page you can get down to the PrintRange enum

There is perhaps some value in linking to the template, if and only if a developer is looking at PrintDialogOptions trying to "see how they did it" for option lists. For most developers attempting to use QPrintDialog they are just going to want to see what options are supported.
barbara
Posts: 447
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: Documentation bug - QPrintDialog

Post by barbara »

Thanks for reporting this issue. New CS API documentation will be uploaded early shortly.
Post Reply