![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qsvggraphics_p.h"
#include "qsvgstructure_p.h"
#include "qsvgfont_p.h"
#include <qabstracttextdocumentlayout.h>
#include <qdebug.h>
#include <qloggingcategory.h>
#include <qpainter.h>
#include <qscopedvaluerollback.h>
#include <qtextcursor.h>
#include <qtextdocument.h>
#include <private/qfixed_p.h>
#include <QElapsedTimer>
#include <QLoggingCategory>
#include <math.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | QT_SVG_MAX_LAYOUT_SIZE (qint64(QFIXED_MAX / 2)) |
#define QT_SVG_MAX_LAYOUT_SIZE (qint64(QFIXED_MAX / 2)) |
Definition at line 28 of file qsvggraphics.cpp.