How can I make qt detect a file extension in c ++
-
I'm doing a denoiser, I'm using the file dialog to open a file, but how can I do it to detect the name of the extension that was opened
-
I'm doing a denoiser, I'm using the file dialog to open a file, but how can I do it to detect the name of the extension that was opened
@Nathan-Miguel said in How can I make qt detect a file extension in c ++:
but how can I do it to detect the name of the extension that was opened
you get the filename from the file dialog, where is your issue?!