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