17#include <QtGui/qtguiglobal.h>
18#include <QtGui/QPixmap>
34 QPlatformDropQtResponse(
bool accepted, Qt::DropAction acceptedAction);
35 bool isAccepted()
const;
36 Qt::DropAction acceptedAction()
const;
40 Qt::DropAction m_accepted_action;
47 QPlatformDragQtResponse(
bool accepted, Qt::DropAction acceptedAction, QRect answerRect);
49 QRect answerRect()
const;
57 Q_DECLARE_PRIVATE(QPlatformDrag)
59 Q_DISABLE_COPY_MOVE(QPlatformDrag)
62 virtual ~QPlatformDrag();
77 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 } }))