Skip to content

BUG: qtFileItem doesn't provide line entry for entering filenames on Macs

Robert M. O'Bara requested to merge bob.obara/smtk:FileItemMacGuiIssue into master

This seems like a Qt issue - the same code works on Linux and Windows.

The workaround was to call setAcceptMode when the option is to accept any file (as oppose to only those that currently exists)

Also changed the name of the Open button to Accept (on all platforms)

Closes #355 (closed)

Merge request reports