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));
42#if QT_GUI_REMOVED_SINCE(6
, 8
)
44#include "qpagelayout.h"
46bool QPageLayout::setMargins(
const QMarginsF &margins)
48 return setMargins(margins, OutOfBoundsPolicy::Reject);
51bool QPageLayout::setLeftMargin(qreal leftMargin)
53 return setLeftMargin(leftMargin, OutOfBoundsPolicy::Reject);
56bool QPageLayout::setRightMargin(qreal rightMargin)
58 return setRightMargin(rightMargin, OutOfBoundsPolicy::Reject);
61bool QPageLayout::setTopMargin(qreal topMargin)
63 return setTopMargin(topMargin, OutOfBoundsPolicy::Reject);
66bool QPageLayout::setBottomMargin(qreal bottomMargin)
68 return setBottomMargin(bottomMargin, OutOfBoundsPolicy::Reject);
71#ifndef QT_NO_CONTEXTMENU
72#include <qpa/qwindowsysteminterface.h>
73void QWindowSystemInterface::handleContextMenuEvent(QWindow *window,
bool mouseTriggered,
74 const QPoint &pos,
const QPoint &globalPos,
75 Qt::KeyboardModifiers modifiers)
77 handleContextMenuEvent<QWindowSystemInterface::DefaultDelivery>(
78 window, mouseTriggered, pos, globalPos, modifiers);