4#ifndef QPLATFORMWINDOW_P_H
5#define QPLATFORMWINDOW_P_H
18#include <QtGui/private/qtguiglobal_p.h>
19#include <QtCore/qbasictimer.h>
20#include <QtCore/qrect.h>
21#include <QtCore/qnativeinterface.h>
22#include <QtGui/qwindow.h>
26#include <QtCore/qobject.h>
44namespace QNativeInterface::
Private {
46#if defined(Q_OS_WASM) || defined(Q_QDOC)
55#if defined(Q_OS_MACOS) || defined(Q_QDOC)
64#if QT_CONFIG(xcb) || defined(Q_QDOC)
96#if defined(Q_OS_WIN) || defined(Q_QDOC)
109#if QT_CONFIG(wayland)
Combined button and popup list for selecting options.