Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpdffile.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qpdffile_p.h"
5
7
22 : QFile(doc->fileName()), m_document(doc)
23{
24}
25
27
28//#include "moc_qpdffile_p.cpp"
\inmodule QtCore
Definition qfile.h:93
The QPdfDocument class loads a PDF document and renders pages from it.
QPdfFile(QPdfDocument *doc)
Definition qpdffile.cpp:21
Combined button and popup list for selecting options.