20#include "private/qfiledevice_p.h"
28 Q_DECLARE_PUBLIC(QFile)
35 bool openExternalFile(QIODevice::OpenMode flags,
int fd, QFile::FileHandleFlags handleFlags);
36 bool openExternalFile(QIODevice::OpenMode flags, FILE *fh, QFile::FileHandleFlags handleFlags);
39 bool copy(
const QString &newName);
43#ifndef QT_NO_DEBUG_STREAM
QAbstractFileEngine * engine() const override
void writeToDebugStream(QDebug &) const override
bool openExternalFile(QIODevice::OpenMode flags, int fd, QFile::FileHandleFlags handleFlags)
bool openExternalFile(QIODevice::OpenMode flags, FILE *fh, QFile::FileHandleFlags handleFlags)
bool copy(const QString &newName)
Combined button and popup list for selecting options.