![]() |
Qt 6.x
The Qt SDK
|
#include <QtQuick/qtquickglobal.h>#include <QtQuick/qsgrendererinterface.h>#include <QtCore/qmetatype.h>#include <QtGui/qwindow.h>#include <QtGui/qevent.h>#include <QtQml/qqml.h>#include <QtQml/qqmldebug.h>#include <QtQml/qqmlinfo.h>
Include dependency graph for qquickwindow.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QQuickWindow |
| \qmltype Window \instantiates QQuickWindow \inqmlmodule QtQuick More... | |
Functions | |
| QDebug Q_QUICK_EXPORT | operator<< (QDebug debug, const QQuickWindow *item) |
| QQmlInfo | operator<< (QQmlInfo info, const QWindow *window) |
| QDebug Q_QUICK_EXPORT operator<< | ( | QDebug | debug, |
| const QQuickWindow * | win | ||
| ) |
\since 6.0 \qmlproperty Palette Window::palette This property holds the palette currently set for the window. The default palette depends on the system environment. QGuiApplication maintains a system/theme palette which serves as a default for all application windows. You can also set the default palette for windows by passing a custom palette to QGuiApplication::setPalette(), before loading any QML. Window propagates explicit palette properties to child items and controls, overriding any system defaults for that property. \snippet qml/windowPalette.qml entire \sa Item::palette, Popup::palette, ColorGroup, SystemPalette
! internal
Definition at line 4312 of file qquickwindow.cpp.
References debug, QtDebugUtils::formatQRect(), QWidget::geometry, QString::isEmpty(), QObject::objectName, QObject::parent(), and win.
Here is the call graph for this function: