|
wiRedPanda
Logic Circuit Simulator
|
Production implementation that delegates to QFileDialog. More...
#include <FileDialogProvider.h>
Public Member Functions | |
| QString | getOpenFileName (QWidget *parent, const QString &caption, const QString &dir, const QString &filter) override |
| FileDialogResult | getSaveFileName (QWidget *parent, const QString &caption, const QString &dir, const QString &filter) override |
| Public Member Functions inherited from FileDialogProvider | |
| virtual | ~FileDialogProvider ()=default |
Production implementation that delegates to QFileDialog.
Definition at line 42 of file FileDialogProvider.h.
|
overridevirtual |
Shows an "Open File" dialog and returns the selected file path. Returns an empty string if the user cancels.
Implements FileDialogProvider.
Definition at line 31 of file FileDialogProvider.cpp.
|
overridevirtual |
Shows a "Save File" dialog and returns the selected path and filter. Returns an empty fileName if the user cancels.
Implements FileDialogProvider.
Definition at line 38 of file FileDialogProvider.cpp.