Top "Qfiledialog" questions

QFileDialog is a class from the Qt toolkit which provides a dialog allowing users to select files or directories.

FileDialog in QTQuick (QML): Save file under given name

We're building a Qt Quick app, that must be able to save a file under a given name. In the …

qt qml qt-quick qtquick2 qfiledialog
QFileDialog to open multiple files

I am trying to show a dialog box to open multiple files but seems like it is not working. The …

python qt4 qfiledialog
Multiple files AND folder selection in a QFileDialog?

I am using pyQt4 and want to have a Browse button in my GUI which opens up a Dialog box …

python qt pyqt pyqt4 qfiledialog
qfiledialog - Filtering Folders?

1)I want to get the name of the folder for a folder monitoring Application.. Is there a way that i …

qt pyqt qfiledialog
I try to use QFileDialog for choose a file on PyQt but it don't run

I'm new on stackoverflow. I have a MainWindow on PyQt, I want click a button and open a QFileDialog for …

python pyqt qmainwindow filechooser qfiledialog
PyQt4 filename dialog

I am a bit of a novice so be kind ;-) I had a GUI that I made using PyQt4 …

python pyqt4 qt-designer qfiledialog qtgui
Filtering in QFileDialog

I would like to filter the files that are shown in a QFileDialog more specifically than just by file extensions. …

qt filter qfiledialog
Specify default extension in QFileDialog::getSaveFileName

Is there an equivalent of the lpstrDefExt member of OPENFILENAME struct used in the Win32 function GetSaveFileName? Here's description from …

c++ qt qfiledialog
QFileDialog that accepts a single file or a single directory

Is it possible to show a QFileDialog where the user can select a file or a directory, either one? QFileDialog::…

c++ qt qfiledialog
QFileDialog - how to specify home directory

I tried the following to open a file dialog that should display the users home directory: QString fileName = QFileDialog::getOpenFileName(…

qt qfiledialog