Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickwindow.h File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#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 \nativetype QQuickWindow \inqmlmodule QtQuick More...

Functions

QDebug Q_QUICK_EXPORT operator<< (QDebug debug, const QQuickWindow *item)
QQmlInfo operator<< (QQmlInfo info, const QWindow *window)

Function Documentation

◆ operator<<() [1/2]

QDebug 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

See also
QQuickAbstractPaletteProvider, QQuickPalette

Definition at line 4559 of file qquickwindow.cpp.

◆ operator<<() [2/2]

QQmlInfo operator<< ( QQmlInfo info,
const QWindow * window )
inline

Definition at line 259 of file qquickwindow.h.