QFileDialog is a class from the Qt toolkit which provides a dialog allowing users to select files or directories.
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 qfiledialogI am trying to show a dialog box to open multiple files but seems like it is not working. The …
python qt4 qfiledialogI am using pyQt4 and want to have a Browse button in my GUI which opens up a Dialog box …
python qt pyqt pyqt4 qfiledialog1)I want to get the name of the folder for a folder monitoring Application.. Is there a way that i …
qt pyqt qfiledialogI'm new on stackoverflow. I have a MainWindow on PyQt, I want click a button and open a QFileDialog for …
python pyqt qmainwindow filechooser qfiledialogI am a bit of a novice so be kind ;-) I had a GUI that I made using PyQt4 …
python pyqt4 qt-designer qfiledialog qtguiI would like to filter the files that are shown in a QFileDialog more specifically than just by file extensions. …
qt filter qfiledialogIs there an equivalent of the lpstrDefExt member of OPENFILENAME struct used in the Win32 function GetSaveFileName? Here's description from …
c++ qt qfiledialogIs it possible to show a QFileDialog where the user can select a file or a directory, either one? QFileDialog::…
c++ qt qfiledialogI tried the following to open a file dialog that should display the users home directory: QString fileName = QFileDialog::getOpenFileName(…
qt qfiledialog