- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    5.2.0
 - 
    Windows 7, VS2010, Qt 5.2.0
 
- 
        e84875da5ad56c930fa901e5edc0d90d9e23a0bd (dev, 10.2.2014, 5.3)
 
QPrintPreviewDialog does not have any images in the buttons with a static build of Qt 5.2.0 as shown in the attached image. With a non-static build the images are in place. This seems to be due to a missing
Q_INIT_RESOURCE(qprintdialog)
call.
The resource initialization should be done in Qt sources because user can’t know what resource is missing.
The issue can be seen, for example, with the spreadsheet example, qtbase\examples\widgets\itemviews\spreadsheet