45 #ifndef QT_NO_TEXTODFWRITER 58 #include <QtCore/qdatetime.h> 59 #include <QtCore/qfile.h> 60 #include <QtCore/qstring.h> 76 bool isReadable()
const;
82 FileInfo(
const FileInfo &other);
84 FileInfo &operator=(
const FileInfo &other);
102 bool extractAll(
const QString &destinationDir)
const;
123 #endif // QT_NO_TEXTODFWRITER 124 #endif // QZIPREADER_H
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
Status
The following status values are possible:
static LibLoadStatus status
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
uint isFile
A boolean type, if it is one this entry is a file.
QString filePath
The full filepath inside the archive.
The QString class provides a Unicode character string.
Represents one entry in the zip table of contents.
the QZipReader class provides a way to inspect the contents of a zip archive and extract individual f...
#define QT_BEGIN_NAMESPACE
This macro expands to.
QFile::Permissions permissions
qint64 size
The total size of the unpacked content.
uint isSymLink
A boolean type, if it is one this entry is symbolic link.
uint crc32
The calculated checksum as a crc32 type.
The QDateTime class provides date and time functions.
uint isDir
A boolean type indicating if the entry is a directory.
The QIODevice class is the base interface class of all I/O devices in Qt.
static QString fileName(const QString &fileUrl)
The QList class is a template class that provides lists.