QFileDialog::getOpenFileName with file name line edit?
Solved
General and Desktop
-
QFileDialog::getSaveFileName, naturally, has a line edit field where to enter the name of the file to be saved.
QFileDialog::getOpenFileName does not have such a field, at least not in native mode under Debian. However, it would be nice to have such a field. In many cases, some users will find it faster to enter a full file path into such a field instead of clicking up and down through a lengthy directory hierarchy.
Is there any way to get such a field in a QFileDialog for opening existing files?
-
@Joachim-W said in QFileDialog::getOpenFileName with file name line edit?:
at least not in native mode under Debian
So why do you ask here when you use debian with a native gtk file dialog?