The Qt installer framework invalidates style files that contain images
Solved
Qt Creator and other tools
-
When using the Qt IFW package installer I want to set the QCheckbox style, because the image is external, resulting in the generated installation package QChechbox style is invalid.
This is part of the qssQCheckBox::indicator:checked { image: url(img/checked_on_normal); } QCheckBox::indicator:unchecked { image: url(img/checked_off_normal); }
-
-
@WHNM-DHZ , I'm currently having problems with including images in the stylesheet of our installer. Could you elaborate on where the image needs to be located in order for it to be picked up by the installer itself? Thx