GuidoBartoli / sherloq

An open-source digital image forensic toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load image dialogue - macOS

jtlz2 opened this issue · comments

commented

On macOS all views in the Load image dialogue show icons like "JPEG", "PNG" etc. - is this platform specific and is there a way to make it show thumbnail previews as the system dialogue would?

To make the dialog work as intended, I had to disable native look and use the Qt rendering of it. I also noticed that under Linux the thumbnails are not shown. Can you try to comment this line in the code and try again?

dialog.setOption(QFileDialog.DontUseNativeDialog, True)