QFileDialog fileSelected signal not sent when file selected via textbox interaction
-
Take a QFileDialog. You paste in the desired path to open in the textbox part. The file browser part then locates the file based on the input into the text field. It visibly selects the file too. But the fileSelected signal is not sent. We rely on this signal to do important work so it's a bug for us. How to make the signal send when selecting the file from the text field?
This is on Windows with QT version 5.15.
Thanks,
Adam -
Take a QFileDialog. You paste in the desired path to open in the textbox part. The file browser part then locates the file based on the input into the text field. It visibly selects the file too. But the fileSelected signal is not sent. We rely on this signal to do important work so it's a bug for us. How to make the signal send when selecting the file from the text field?
This is on Windows with QT version 5.15.
Thanks,
Adam@HowitzerDev Any wisdom at all on this one?
-
Hi,
You should give the exact version of Qt and Windows and a minimal compilable example that reproduces the behaviour so people can test on their own to better help you.
-
Hi,
You should give the exact version of Qt and Windows and a minimal compilable example that reproduces the behaviour so people can test on their own to better help you.
@SGaist Ok we will work on that. Thanks.