4#define QT_GUI_BUILD_REMOVED_API
10#if QT_GUI_REMOVED_SINCE(6
, 4
)
21#if QT_GUI_REMOVED_SINCE(6
, 6
)
23#include "qpixmapcache.h"
31#if QT_GUI_REMOVED_SINCE(6
, 7
)
33#include "qtextdocument.h"
35bool Qt::mightBeRichText(
const QString& text)
37 return Qt::mightBeRichText(qToStringViewIgnoringNull(text));
46#if QT_GUI_REMOVED_SINCE(6
, 8
)
48#include "qpagelayout.h"
50bool QPageLayout::setMargins(
const QMarginsF &margins)
52 return setMargins(margins, OutOfBoundsPolicy::Reject);
55bool QPageLayout::setLeftMargin(qreal leftMargin)
57 return setLeftMargin(leftMargin, OutOfBoundsPolicy::Reject);
60bool QPageLayout::setRightMargin(qreal rightMargin)
62 return setRightMargin(rightMargin, OutOfBoundsPolicy::Reject);
65bool QPageLayout::setTopMargin(qreal topMargin)
67 return setTopMargin(topMargin, OutOfBoundsPolicy::Reject);
70bool QPageLayout::setBottomMargin(qreal bottomMargin)
72 return setBottomMargin(bottomMargin, OutOfBoundsPolicy::Reject);
75#ifndef QT_NO_CONTEXTMENU
76#include <qpa/qwindowsysteminterface.h>
77void QWindowSystemInterface::handleContextMenuEvent(QWindow *window,
bool mouseTriggered,
78 const QPoint &pos,
const QPoint &globalPos,
79 Qt::KeyboardModifiers modifiers)
81 handleContextMenuEvent<QWindowSystemInterface::DefaultDelivery>(
82 window, mouseTriggered, pos, globalPos, modifiers);
92#if QT_GUI_REMOVED_SINCE(6
, 11
)
96#include "qquaternion.h"