The Qt installer framework invalidates style files that contain images
-
wrote on 3 Nov 2023, 03:13 last edited by WHNM-DHZ 11 Mar 2023, 03:18
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); }
-
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); }
-
-
wrote on 16 Jul 2024, 13:40 last edited by
@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
2/3