Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.3
-
None
-
-
Windows
Description
I wanted to have a frameless ColorDialog by setting its flags property like this:
flags: Qt.Window | Qt.FramelessWindowHint
But this does not have any effect as shown in the attached example.
It seems to work with a Window item nevertheless...