Issue with PyQt6

Detlev Offenbach detlev at die-offenbachs.de
Thu Jun 3 16:39:33 BST 2021


Hello Phil,

QFileSystemModel.Roles seem to be of type Enum but should be of type 
IntEnum so it can be use in the various .data() methods, which expect an 
int as the role parameter.

Regards,
Detlev

-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the PyQt mailing list