Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qquickwindow.h File Reference
#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)
 

Function Documentation

◆ operator<<() [1/2]

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

See also
QQuickAbstractPaletteProvider, QQuickPalette

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:

◆ operator<<() [2/2]

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

Definition at line 255 of file qquickwindow.h.

References info, and window().

+ Here is the call graph for this function: