16#include <QtGui/qtguiglobal.h>
17#include <QtGui/QPixmap>
33 QPlatformDropQtResponse(
bool accepted, Qt::DropAction acceptedAction);
34 bool isAccepted()
const;
35 Qt::DropAction acceptedAction()
const;
39 Qt::DropAction m_accepted_action;
46 QPlatformDragQtResponse(
bool accepted, Qt::DropAction acceptedAction, QRect answerRect);
48 QRect answerRect()
const;
56 Q_DECLARE_PRIVATE(QPlatformDrag)
58 Q_DISABLE_COPY_MOVE(QPlatformDrag)
61 virtual ~QPlatformDrag();
76 QPlatformDragPrivate *d_ptr;
Combined button and popup list for selecting options.
QT_REQUIRE_CONFIG(draganddrop)
Q_GLOBAL_STATIC_WITH_ARGS(PermissionStatusHash, g_permissionStatusHash,({ { qMetaTypeId< QCameraPermission >(), Qt::PermissionStatus::Undetermined }, { qMetaTypeId< QMicrophonePermission >(), Qt::PermissionStatus::Undetermined }, { qMetaTypeId< QBluetoothPermission >(), Qt::PermissionStatus::Undetermined }, { qMetaTypeId< QContactsPermission >(), Qt::PermissionStatus::Undetermined }, { qMetaTypeId< QCalendarPermission >(), Qt::PermissionStatus::Undetermined }, { qMetaTypeId< QLocationPermission >(), Qt::PermissionStatus::Undetermined } }))