You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Issue
I'm trying to get the directories selected when using QFileDialog but I keep getting the following error:
panic: interface conversion: interface {} is []interface {}, not []string
The Issue
I'm trying to get the directories selected when using QFileDialog but I keep getting the following error:
panic: interface conversion: interface {} is []interface {}, not []string
I don't even know if this library is recieving maintenance anymore, but if it is I'd like to know if it's an issue with my code or the library itself
The code
The error always happens at when .SelectedFiles() is called.
The text was updated successfully, but these errors were encountered: