Could not parse stylesheet of object QLabel(0x1abb30d3130, name = "label_6")

Florian Bruhin me at the-compiler.org
Wed Oct 23 12:43:21 BST 2024


On 2024-10-23T13:08:19 , Luca Bertolotti wrote:
> self.label_6.setStyleSheet(".QLabel#label_6 {background-color: rgb(0, 0, 0};")

You are missing a closing ) for rgb(...).

None of this is related to PyInstaller (or PyQt for that matter),
it should fail jn the exact same way if you just run your code.

Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20241023/60551073/attachment.sig>


More information about the PyQt mailing list