4 #ifndef pqFileListPropertyWidget_h
5 #define pqFileListPropertyWidget_h
7 #include "pqApplicationComponentsModule.h"
47 Q_PROPERTY(QStringList fileNames READ fileNames WRITE setFileNames NOTIFY fileNamesChanged);
58 const QStringList& fileNames()
const;
59 void setFileNames(
const QStringList& filenames);
66 void fileNamesChanged();
71 std::unique_ptr<pqInternals> Internals;
72 mutable QStringList FileNamesCache;