#include <PropertyFilePathCtrl.h>
Inherits QWidget.
Public Slots | |
| void | SetFilePath (const AZ::IO::Path &filePath) |
Signals | |
| void | FilePathChanged () |
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (PropertyFilePathCtrl, AZ::SystemAllocator) | |
| PropertyFilePathCtrl (QWidget *parent=nullptr) | |
| const AZ::IO::Path & | GetFilePath () const |
| void | SetFilter (const QString &filter) |
| void | SetDefaultFileName (AZ::IO::Path fileName) |
A control for representing an AZ::IO::Path field with a BrowseEdit whose popup button triggers a native file dialog.