6#include <QtCore/qloggingcategory.h>
7#include <QtGui/private/qguiapplication_p.h>
8#include <QtQuick/qquickitem.h>
9#include <QtQuick/qquickwindow.h>
62 m_parentWindow(
nullptr),
64 m_modality(
Qt::WindowModal),
103 return m_parentWindow;
108 if (m_parentWindow ==
window)
127 if (m_title ==
title)
146 if (m_flags ==
flags)
186 return m_handle && m_visible;
232 if (m_visible || !
create())
236 m_visible = m_handle->
show(m_flags, m_modality, m_parentWindow);
250 if (!m_handle || !m_visible)
314 return object->metaObject()->className() +
qstrlen(
"QQuickLabsPlatform");
378#include "moc_qquicklabsplatformdialog_p.cpp"
static bool testAttribute(Qt::ApplicationAttribute attribute)
Returns true if attribute attribute is set; otherwise returns false.
QGraphicsWidget * window() const
QGraphicsObject * parent
the parent of the item
static QPlatformTheme * platformTheme()
QObject * parent() const
Returns a pointer to the parent object.
static QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
\threadsafe
The QQmlListProperty class allows applications to expose list-like properties of QObject-derived clas...
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
@ AA_DontUseNativeDialogs
size_t qstrlen(const char *str)
#define Q_LOGGING_CATEGORY(name,...)
#define qCDebug(category,...)
QQuickItem * qobject_cast< QQuickItem * >(QObject *o)
QWindow * qobject_cast< QWindow * >(QObject *o)
QFileDialog dialog(this)
[1]
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent