1 #ifndef _PYTHONQTQFILEIMPORTER_H
2 #define _PYTHONQTQFILEIMPORTER_H
58 bool exists (
const QString &filename)
override;
default importer implementation using QFile to load python code
bool isEggArchive(const QString &filename) override
QByteArray readSourceFile(const QString &filename, bool &ok) override
~PythonQtQFileImporter() override
bool exists(const QString &filename) override
returns if the file exists
QDateTime lastModifiedDate(const QString &filename) override
get the last modified data of a file
QByteArray readFileAsBytes(const QString &filename) override
read the given file as byte array, without doing any linefeed translations